turnermm / Updatable-Snippets-for-Dokuwiki

Inserts updatable snippets into Dokuwiki pages
https://dokuwiki.org/plugin:snippets
GNU General Public License v2.0
6 stars 4 forks source link

Issues with snippets not allowing ANY changes #40

Open Icalasari opened 3 years ago

Icalasari commented 3 years ago

As an example, I am putting stuff like this in (way more complex but wanted to make it easy to read here):

~~SNIPPET_O1609205968~~templates:characters~~ ^ Player | x | ^ Character | y | ~~SNIPPET_C~~templates:characters~~

Putting in

~~SNIPPET_O1609205968~~templates:characters~~ ^ Player | Me | ^ Character | Dokuwiki | ~~SNIPPET_C~~templates:characters~~

Or any other variant has it automatically... Wipe all changes made and put x and y back in unless I do it like this:

^ Player | Me | ^ Character | Dokuwiki | ~~SNIPPET_C~~templates:characters~~

Which kind of... Makes the thing pointless to a degree? If I have to remove its ability to track the snippets to have changes saved, then I may as well copypaste the templates as there is no autoupdate. I see nothing explaining this behaviour

Icalasari commented 3 years ago

To add to it, even going to the template page and hitting update there... Does nothing. So even pages it IS somehow tracking won't update

turnermm commented 3 years ago

You make the changes in the snippet page, not the page into which the snippet has been inserted.