giterlizzi / dokuwiki-plugin-advanced

Import/Export utility and control the advanced settings of your DokuWiki installation
https://www.dokuwiki.org/plugin:advanced
GNU General Public License v2.0
12 stars 7 forks source link

The export utility cannot export nested namespaces. #23

Open tanakakz-alpha opened 7 months ago

tanakakz-alpha commented 7 months ago

For example, the following page cannot be exported if (root) is selected and executed.

"(root):ns1:ns1-1:page"

fiwswe commented 7 months ago

So, just select the correct base namespace (ns1 or ns1:ns1-1) from the popup instead of (root).

That works fine here (DW 2024-02-06a "Kaos", Advanced Plugin 2022-12-10).

fiwswe commented 7 months ago

Oh, and if you select ns1 then you need to check the Include sub-namespaces checkbox to see ns1:ns1-1:page, but you probably knew that, right?

tanakakz-alpha commented 6 months ago

If check the Include sub-namespaces checkbox, (root):ns1:page will be exported. However, (root):ns1:ns1-1:page is not exported.