dbankier / vscode-instant-markdown

vscode extension for instant markdown previews
53 stars 23 forks source link

Hope it support mermaid, yuml or plantuml. #52

Closed word-x closed 4 years ago

dbankier commented 4 years ago

Sure. Happy for pull requests.

On Sat, Mar 28, 2020 at 6:36 PM Ed0522 notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dbankier/vscode-instant-markdown/issues/52, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGE3XJWCFQRF44U5PMT35LRJYKOVANCNFSM4LVTSUZA .

word-x commented 4 years ago

I am a business analyst and I need to draw many sophisticated and complex flowchart. I've already tried Powerpoint, Edraw (and other GUI diagram tools), plantuml. At last, I found the best solution is vs code + markdown + mermaid, and preview with your instant markdown extension. But now your extension doesn't support mermaid, if you have no plan on it, I want to do this job although I don't have relevent experience. I will learn it. If I encounter with some problems, I hope you can give me a hand. Thanks!

word-x commented 4 years ago

Also, there is another solution instead of adding mermaid or plantuml to instant markdown, that we can find a way to open the vs code preview tab in a new window which can be maximized to full screen. Maybe this one is easier. I don't know the detail, but maybe it's a possible direction.

AjitDingankar commented 4 years ago

I found a work-around to PlantUML rendering: a "bare" code block (without the code block markers of triple back-quotes ```) with @startuml and @enduml works in Instant Markdown. Of course that messes up the Markdown Preview Enhanced extension (which apparently doesn't know how to execute a plantuml code block although Mermaid and Graphviz code blocks run OK).

AjitDingankar commented 4 years ago

I'd really appreciate it if you develop Mermaid support!

I am a business analyst and I need to draw many sophisticated and complex flowchart. I've already tried Powerpoint, Edraw (and other GUI diagram tools), plantuml. At last, I found the best solution is vs code + markdown + mermaid, and preview with your instant markdown extension. But now your extension doesn't support mermaid, if you have no plan on it, I want to do this job although I don't have relevent experience. I will learn it. If I encounter with some problems, I hope you can give me a hand. Thanks!

dbankier commented 4 years ago

just added mermaid support. will be in next release