michitux / dokuwiki-plugin-move

Move and rename pages and namespaces whilst maintaining the links
http://www.dokuwiki.org/plugin:move
GNU General Public License v2.0
40 stars 20 forks source link

Conflict between the move plugin and the wiki style template plugin (wst) #272

Open erik-alm opened 7 months ago

erik-alm commented 7 months ago

I'm moving a page ns:1_general:file to ns:24_polish:file.

The file contains a WST variable:

* <wrap right>{{{date}}}</wrap> Some text [[ns1:{{{variable2}}}#xyz|XYZ]] more text

After the move, the code has changed to:

* <wrap right>{{..:1_general:date}}}</wrap> Some text [[ns1:{{{variable2}}}#xyz|XYZ]] more text

The the full link does not contain "date" and other WST variables (variable2) seem to have worked fine. {{{date}}} is the second variable on the page.

Release 2024-02-06a "Kaos"