joethei / obsidian-plantuml

Generate PlantUML Diagrams inside Obsidian.md
MIT License
414 stars 24 forks source link

Would you please update it to support pure javascript mode and without needing java/servers? #66

Open gitcpy opened 3 months ago

gitcpy commented 3 months ago

I see the plantuml github web says it could run in pure javascipt mode and without needing java/servers.

I think it is a good idea to update the obsidian-plantuml plugin to support that.

It would be easily for users to make diagrams locally and offline, in pure javascript mode without deploying server .

And I think if the plugin could integrated the new feature, the plugin would be spread widly more and more.

So, I strongly suggest you make a deep inspection.

We could see things about it:

the plantuml github: https://github.com/plantuml ,

the js code: https://github.com/plantuml/plantuml.js

the plantuml-core: https://github.com/plantuml/plantuml-core

the web editor: https://www.plantuml.com/plantuml/uml/SoWkIImgAStDuUBIqD9KqDMrKr1ooomgBb5mJ2x9BCiigLJY0Wf6H-QNAYGdvYaKb9Oe9EOKvola92QbvXJ7AYW5foRdvwMWAbS0ciN5vP2Qbm8o6G00 , Click the link "Pure Javascript" under "Decode URL" textbox, and it will go next page: https://plantuml.github.io/plantuml-core/raw.html?SoWkIImgAStDuTBGqbJGrRLJK7BBB2ekKN1CBiaiooofLE822aP7vfSg92VcAHIKbYWavXJdA-Ga9gNc5CSgA0Md9kVdfQ0gLm2QnUMGcfS2D1S0 , this is a pure js web editor.

gitcpy commented 3 months ago

New feature request for obsdian-plugin to run serverlessly