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

Doesn't recognise SVG Embed syntax - unchanged on move

Open lizat opened this issue 3 years ago • 2 comments

Hello Micheal,

I use the SVG Embed plugin by Michael Bowers. When I move or rename a page or folder the SVG include line is not updated. The syntax looks like this:

{{data_images:erd:cerd_02_concepts_formalised.svg?110&units:%|Concepts Formalised ERD}}

Is it possible to enable this?

Thanks for a great plugin.

lizat avatar Oct 26 '20 13:10 lizat

Hi Michael, I wondered if you had considered this request yet?

I also realised that it doesn't recognise and adjust the Include plugin lines, for example:

<!-- include event description -->

{{page>:not_public:business_architecture:standard_parts:4054_event_description&notags&noheader&nofooter}}

Thank you

lizat avatar Feb 08 '21 06:02 lizat

I was looking this repository for Markdown link support and I found your issue.

The plugins that implements a link to a page or a media, needs to register to the PLUGIN_MOVE_HANDLERS_REGISTER event and do the rewrite themselves.

I know that because I did it for the svg component of ComboStrap. I don't move media around very often but it should work.

Just found the doc

gerardnico avatar Jun 03 '21 12:06 gerardnico