Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

I've been playing with a real time visualization of various graph visualizations that have nice text DSLs. Current progress is open source and includes an Atom Package for editing and visualizing results on the fly, as well as a command line tool for generating SVGso from the textual representations.

https://atom.io/packages/diagrams

and

https://www.npmjs.com/package/diagrams

Desktop oriented for offline use.



Looks great!

I think StackEdit is another tool to create flowcharts and sequence diagrams.

https://stackedit.io/editor

https://github.com/benweet/stackedit/blob/master/public/res/...

We can create a flow chart with following markdown.

```flow

st=>start

e=>end

st->e

```


This is awesome!


Nice, thanks for sharing. :)




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: