KosmosisDire / obsidian-webpage-export

Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity.
https://docs.obsidianweb.net/
MIT License
693 stars 58 forks source link

Add support for the leaflet plugin #422

Closed yarell1972 closed 2 months ago

yarell1972 commented 2 months ago

When exporting a vault, any notes that use the leaflet plugin to display interactive maps with pins just show as an off-centered static image with no interactivity.

KosmosisDire commented 2 months ago

There is no easy way for me to add interactivity from plugins. If plugins change the look of the page or add content the plugin can handle that, however if you want functionality I would literally have to rewrite the leaflet plugin and embed it into the webpage, which is obviously not worth it. So unfortunately I am not able to do anything about this, sorry!

Thank you for using the plugin though and for the request :)