hallowelt / migrate-confluence

Tool to migrate content from Confluence export files into a MediaWiki compatible import source
GNU General Public License v3.0
35 stars 8 forks source link

Add `pagetree` macro #97

Open osnard opened 5 months ago

osnard commented 5 months ago

Example:

<ac:structured-macro ac:name="pagetree" ac:schema-version="1" ac:macro-id="...">
  <ac:parameter ac:name="expandCollapseAll">true</ac:parameter>
  <ac:parameter ac:name="root">
    <ac:link>
      <ri:page ri:content-title="@self"/>
    </ac:link>
  </ac:parameter>
  <ac:parameter ac:name="sort">natural</ac:parameter>
</ac:structured-macro>

Possible parameters: root, spaces, sort, excerpt, reverse, searchBox, expandCollapseAll, startDepth