dokuwiki-plugin-move
dokuwiki-plugin-move copied to clipboard
Feature Wish: Supporting the do plugin when moving pages and namespaces
This is not a bug, but a feature wish: Would it be feasible to support the do plugin (https://www.dokuwiki.org/plugin:do) when moving pages and namespaces? Currently a page or namespace rename/move deletes the old pages and recreates them in a new location, hereby recreating all "do" tasks as "open" and leaving the previous status and completion messages behind.
We found that out after a major reorganization of our Wiki and now we will have to re-check hundreds of now open tasks :-}. Unfortunately we have now lost the old completion messages
I would say this is more suitable to be implemented in do plugin, and move plugin has an event API: https://www.dokuwiki.org/plugin:move#for_plugin_authors
Have you created an issue in their repo?
I haven't, as I thought it would me more of a "move" issue and I didn't want to create parallel issues. But I will do so now ;-) Thanks
Done: https://github.com/cosmocode/do/issues/67