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

using pdf.js plugin: does not edit the location of pdf-files

Open Alberto-13 opened this issue 4 years ago • 1 comments

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}} ).

Alberto-13 avatar Sep 13 '21 15:09 Alberto-13

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?

phy25 avatar Sep 13 '21 17:09 phy25