asciiflow
Mermaid
Our great sponsors
asciiflow | Mermaid | |
---|---|---|
34 | 56 | |
3,491 | 2,056 | |
- | 4.0% | |
0.0 | 9.3 | |
30 days ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
asciiflow
-
TIL my universities lecture streaming/recording site is build with golang
And https://github.com/lewish/asciiflow if you’re searching a web version.
-
Architecture diagrams should be code
This is perhaps a tangent, but I've used https://asciiflow.com/#/ a few times now to insert diagrams into my source code as comments. I understand people might have negative opinions on the efficacy of comments that this would only exacerbate, but nevertheless I've appreciated what AsciiFlow gave me.
- Write Your Own Task Queue
-
Static site hosting hurdles
Strange that a pretty common way to serve static sites is not mentioned: Multi-stage Docker builds [e.g. 1] an nginx-alpine image in Gitlab CI, that is automatically deployed to Kubernetes/a Docker host somewhere.
[1]: https://github.com/lewish/asciiflow/blob/fd0f72714cd307cbb02...
-
Monodraw – a non-subscription, powerful ASCII art editor
I like the idea of ASCII diagram editors but... Mac only and doesn't actually use ASCII as it's format? However shiny it's interface may be that seems to defeat the purpose of the portability you are supposed to get.
I've been using https://asciiflow.com/#/ to make and edit simple diagrams, it's fairly basic but sufficient for 90% of what I want so far.
-
Show HN: Typograms, Markdown-like renderer for ASCII diagrams
Could have something a little more usable if you pasted into a tool like https://asciiflow.com/ and then copied your edits back into source.
Or an editor plugin with something like the automatic table formatting you get with emacs org-mode.
- Explaining Code Using ASCII Art
-
Boss: "Write better comments."
asciiflow.com
-
Include diagrams in your Markdown files with Mermaid
This is interesting, but I personally really like that markdown is almost as legible as plain text as when rendered, which things like this sort of break.
So I think I'd prefer ASCII art diagrams for this sort of thing. (In fact there was recently an ASCII diagram drawing tool on the front page, https://asciiflow.com/ )
Mermaid
- How to store your app's entire state in the url
-
Python script to generate dungeons for WWN
The script will generate a random dungeon in Mermaid syntax, which can then easily be edited or converted to a map with a Mermaid editor such as Mermaid Live Editor
-
18 Best JavaScript Gantt Chart Components
The Gantt appearance is modified by using customizable themes and defining a number of CSS classes. There are 3 rendering options for your Gantt chart: SVG, PNG, or a Markdown link that can be inserted into docs. Even people without any coding background can create a Gantt chart and other diagrams using the Mermaid Live Editor. Interestingly, GitHub added native support for Mermaid in order to help developers quickly generate diagrams in their open source projects.
-
Flowchart app that is fast and easy to use
If you want to focus on content instead of micro alignments and size adjustments, check out mermaid. It’s programmatic (you generate diagrams from text), plays nicely with git (you can meaningfully commit and track changes to diagrams), supports several diagram types, has built in support in GitLab and GitHub, and the syntax is easy to follow and get used to.
-
Org chart tool or template
sandbox:: https://mermaid.live/
- D2: A new declarative language to turn text into diagrams
-
A CSS-Inspired Syntax for Flowcharts
That's sort of what https://flowchart.fun is. Although, it doesn't have as many graph types as PlantUML. Mermaid also has https://mermaid.live/ running in the browser.
-
Rust and Neovim - A Thorough Guide and Walkthrough
Rust and Neovim Set Up Diagram - made with https://mermaid.live
-
Does any software exist to create "flow diagrams" to document event propagation on a large scale?
Diagrams.net (formerly draw.io) is an infinite-canvas diagramming tool that is web-based but you have control of the source files. You might also like Mermaid which is a markdown-like language that compiles to all kinds of charts and diagrams. I find generating diagrams to be a much more scalable way rather than trying to move everything around by hand so it all fits and looks nice. At some point you will want to squeeze something in the middle and it'll be a nightmare.
-
I'm looking for a flowchart software for a creating lore map
Maybe mermaid live would work for you? https://mermaid.live/
What are some alternatives?
plantuml - Generate diagrams from textual description
kroki - Creates diagrams from textual descriptions!
obsidian-releases - Community plugins list, theme list, and releases of Obsidian.
golang-nextjs-portable - Go program with embedded Next.js app.
DrawThe.Net - drawthe.net draws network diagrams dynamically from a text file describing the placement, layout and icons. Given a yaml file describing the hierarchy of the network and it's connections, a resulting diagram will be created.
excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams
GeneWeb - GeneWeb is a free (as in free speech) genealogy software with a web interface created by Daniel de Rauglaudre.
wavedrom - :ocean: Digital timing diagram rendering engine
Zettlr - A Markdown Editor for the 21st century.
blynk - Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Reactive Resume - A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today! [Moved to: https://github.com/AmruthPillai/Reactive-Resume]
mermaid - Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown