fabiocolacio / Marker

🖊 A gtk3 markdown editor
GNU General Public License v3.0
836 stars 75 forks source link

Add Flow Chart support #252

Open sanket143 opened 5 years ago

sanket143 commented 5 years ago

Could use flowchart.js to render svg flowcharts

fabiocolacio commented 5 years ago

Hi @sanket143,

We do support flowcharts currently with mermaid. Does flowchart.js provide any advantages over mermaid (I don't really use either one)?

mereghost commented 5 years ago

@fabiocolacio while mermaid is pretty flexible, trying to do a proper flowchart results in a weird result, besides some elements being huge =/

flowchart.js gives you proper flowchart semantics/shapes and end up looking better.

mereghost commented 4 years ago

Just adding the link to the project website as, for flowchart, this is way cleaner than mermaid: https://flowchart.js.org/