gpt4 book ai didi

confluence - 使用 CLI 和宏以编程方式将页面添加到 Confluence

转载 作者:行者123 更新时间:2023-12-03 16:45:29 25 4
gpt4 key购买 nike

我正在尝试将我们的 mediawiki 迁移到 confluence。我们尝试使用 Universal Wiki Converter,但它导出 HTML 内容,为此我们必须在 conflence 中手动使用 HTML 宏。显然,我们无法为 wiki 中的每个页面手动执行此操作。我使用了 conflunec cli 的功能:

confluence --action convertToStorageFormat --space "ITWP" --title "test001" --content "{html}bodytext{html}"   --server  --user  --password 

它吐出这样的东西:

<ac:structured-macro ac:name="html"><ac:plain-text-body><![CDATA[bodytext]]></ac:plain-text-body></ac:structured-macro>

Confluence 再次无法识别。

有什么方法可以将 HTML 内容发送到 Confluence,它使用 HTML 宏来像以前一样像标准页面一样解析和显示?

最佳答案

您看到的是 confluence stodge 格式:

<ac:structured-macro ac:name="html">

是html-macro开始标签等等。如果您安装了“Source Editor”插件,您应该能够输入:

<ac:structured-macro ac:name="html">
<ac:plain-text-body>
<![CDATA[bodytext]]>
</ac:plain-text-body>
</ac:structured-macro>

进入它,你会在汇合页面上看到我们的内容(预览安装的html-macro插件)

关于confluence - 使用 CLI 和宏以编程方式将页面添加到 Confluence,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29237458/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com