jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Support PlantUML #34

Open PanderMusubi opened 8 years ago

PanderMusubi commented 8 years ago

Please support PlantUML as https://stackedit.io/editor is doing.

jbt commented 8 years ago

Yeah good shout. UML diagrams and TeX (via KaTeX) are definitely things I want to add. Probably shouldn't be too hard.

jbt commented 8 years ago

Looks like stackedit uses https://bramp.github.io/js-sequence-diagrams/ - should be easy enough to integrate

mlopezgva commented 8 years ago

PlantUML is better (it covers 7 UML diagrams, and has many configurations options through skinparams). Some stackedit user made a js extension (and published a gist) to call plantuml online server and inject the image on the preview... Works like charm. M↓ could benefit of that.