Integrate mermaid charts #843
jamesburton
started this conversation in
Ideas
Replies: 3 comments 2 replies
|
I was wondering the same thing for PlantUML. In either case, I was wondering how it would look in the UI? |
0 replies
|
Is there support for mermaid, in any way with ghostwriter? |
0 replies
|
This is probably a bigger thing to ask for than it looks. Mermaid, to my knowledge, is a Javascript library, so you'd need to either port it to C++ and Qt to make it work with what Ghostwriter already has, or implement some kind of web renderer with Javascript support, at which point you're basically reinventing Electron. Web-based programs like GitHub's editor get away with it because they're already written in Javascript, so integrating Mermaid is easy for them. Not so much for a native desktop app. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Given that GitHub and many other git providers support mermaid charts within their markdown it becomes more important to support this format to be a viable choice of standalone editor.
All reactions