How can I add leaflet support to a HuGo-driven Website or to an Obsidian-publish Site? #395
-
ScopeAFAICS the leaflet plugin only works in obsidian Desktop. Can you give me some hints how you would go about that? DiscoveryFor now I would like to know how to go about it. If it seems feasible, I could try to implement it. ValidateObsidian Vault published with HuGo both locally on Windows and published to github.io: Currently it just renders the ```leaflet Block unchanged. Any suggestions are welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Converting a plugin for use on a published website is a big task, especially if it interfaces with the file api. You will have to:
I did this for admonitions, which is a simple HTML code block replacement, and it was still hard and didn’t work consistently or like the plugin. You are welcome to try but I will not be able to offer support. |
Beta Was this translation helpful? Give feedback.
Converting a plugin for use on a published website is a big task, especially if it interfaces with the file api.
You will have to:
I did this for admonitions, which is a simple HTML code block replacement, and it was still hard and didn’t work consistently or like the plugin.
You are welcome to try but I will not be able to offer support.