dokuwiki-plugin-move icon indicating copy to clipboard operation
dokuwiki-plugin-move copied to clipboard

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

Open erik-alm opened this issue 11 months ago • 0 comments

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"

erik-alm avatar Mar 12 '24 03:03 erik-alm