I never would've thought making a Latex for diagrams! I can't think of an immediate use case but this is really cool!
Swimlanes.io – generated editable sequence diagrams
31–40 of 114 posts
Re: Swimlanes.io – generated editable sequence diagrams
#32I would really like a sequence diagram that allow for diagonal arrows, not just horizontal ones. A message takes time to arrive to its destination and sometimes it's interesting what else could happen during this time, for example the backend sending another response to the requester. Also requests don't arrive to the destination in the exact order they where made. All of these are impossible to represent with horizo…
Re: Swimlanes.io – generated editable sequence diagrams
#33Re: Swimlanes.io – generated editable sequence diagrams
#34Prior art: 1. Plant UML: http://www.plantuml.com/plantuml/umla/SoWkIImgAStDuNBCoKnELT... PlantUML supports many diagram types, and there's a nice VS Code plugin with side by side live preview. 2. https://www.websequencediagrams.com/ Has a hand-drawn style option which is nice: https://i.imgur.com/lh4jaVL.png
Re: Swimlanes.io – generated editable sequence diagrams
#35I'm curious: who made this? What stack? I couldn't find anything on the page.
Re: Swimlanes.io – generated editable sequence diagrams
#36I'm curious: who made this? What stack? I couldn't find anything on the page.
Re: Swimlanes.io – generated editable sequence diagrams
#37This is so creative! I never would've thought making a Latex for diagrams! I can't think of an immediate use case but this is really cool!
Re: Swimlanes.io – generated editable sequence diagrams
#38I'll throw diagrams.net (formerly draw.io) into the discussion. Their UI is incredibly well designed/intuitive. Does swim lanes quite well - along with most other charts/diagrams... and there's a desktop version too.
draw.io is open-source and easily self-hostable, too.
https://marketplace.visualstudio.com/items?itemName=hediet.v...
Re: Swimlanes.io – generated editable sequence diagrams
#39Re: Swimlanes.io – generated editable sequence diagrams
#40Earlier quoted context omitted.
Hi. I made this. Its mostly plain JS, all of the diagram, except the arrow heads, are simple div element
Hi! Thanks for replying. Is there any storage layer? Or is everything encoded in the URL?