TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Generate Sequence Diagram from Text

9 pointsby yaa_minuabout 5 years ago

2 comments

kazinatorabout 5 years ago
Text to sequence diagram can also be done by something called PlantUML (locally installed software in Java, which uses Graphviz).<p><a href="https:&#x2F;&#x2F;plantuml.com&#x2F;sequence-diagram" rel="nofollow">https:&#x2F;&#x2F;plantuml.com&#x2F;sequence-diagram</a><p>David Moon&#x27;s implementation of markdown has sequence diagram support (source code in Python, Common Lisp and Lunar):<p><a href="http:&#x2F;&#x2F;users.rcn.com&#x2F;david-moon&#x2F;MMD&#x2F;HTML&#x2F;directives.html" rel="nofollow">http:&#x2F;&#x2F;users.rcn.com&#x2F;david-moon&#x2F;MMD&#x2F;HTML&#x2F;directives.html</a>
codegladiatorabout 5 years ago
same as <a href="https:&#x2F;&#x2F;www.websequencediagrams.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.websequencediagrams.com&#x2F;</a> ?