Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlantUML.js support #30

Open
yarons opened this issue Oct 31, 2023 · 2 comments
Open

PlantUML.js support #30

yarons opened this issue Oct 31, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@yarons
Copy link

yarons commented Oct 31, 2023

There's a project called PlantUML.js which renders PlantUML is pure JS without Java.

This may provide further flexibility in terms of dark mode and dynamic loading and won't require a pre-rendering process at all.
I was thinking about maybe integrating this as part of this project in addition to the Java remote and local options.

This is the link to this project:
https://github.com/plantuml/plantuml.js

@christo-ph
Copy link
Collaborator

Looks good. But would mean to rewrite a lot of code, maybe a complete new plugin. Advantage would be, that there is no dependency to a server a binary anymore.

Have to think about that.

@yarons
Copy link
Author

yarons commented Nov 1, 2023

I'm not sure, maybe the first phase would be incorporating the JS library internally to render SVG or PNG output like the current offering and later on maybe thinking about the necessity of conversion in the first place (the implementation is a little slow so rendering an image it's a pretty good option for now).

@christo-ph christo-ph added the help wanted Extra attention is needed label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants