dokuwiki-plugin-move
dokuwiki-plugin-move copied to clipboard
using pdf.js plugin: does not edit the location of pdf-files
I use a lot of PDF files and let them show on the page using the PDF.js plugin.
When moving a namespace, then the page and the media files are moved to the new location, but the reference in the page is not amended with the new location of the pdf files. This may have to do with the syntax of the pdfjs instruction which is not recognised as a reference to a moved file (Syntax: {{pdfjs > :ns:document.pdf}} ).
move plugin has a event hook so that other plugin can handle move: https://www.dokuwiki.org/plugin:move#support_for_other_plugins
have you created an issue with pdf.js plugin?