This sounds exactly like what I need. Installed the module. Enabled the module. Configured (enabled) the filter in "full html", "filtered html", "php". But my "tags" [svg:file.svg] don't get picked up, i.e., they just show up in the page text rather than the SVG file.
I've turned off all the wysiwyg editor stuff to try to make sure additional processing isn't messing with the tags.
Thanks for any advice ahead of time.
GB
Comments
Comment #1
gregbern commentedAfter looking at the code it appears I had "-" characters in the SVG file name. After replacing with underscores SVG Embed picked up the file and inserted it correctly. A quick check is to look up the FID in the "file_managed" table in the Drupal database and to use the [svg:FID] form. Don't put any extra spaces around the "[", "]" either.
Comment #2
jurgenhaasI have just improved the regular expression so that all file names gat picked up properly. I left however the handling of spaces inside the brackets unchanged, as this seems to be the scheme for such placeholders generally.