Include diagrams in your Markdown files with Mermaid
251–260 of 272 posts
Re: Include diagrams in your Markdown files with Mermaid
#252The title got truncated ("Create complex diagrams using Markdown-inspired" … syntax, I guess?).
"Mermaid: a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams."
Re: Include diagrams in your Markdown files with Mermaid
#253Re: Include diagrams in your Markdown files with Mermaid
#254Cooool, this is used on github https://github.blog/2022-02-14-include-diagrams-markdown-fil... Also on Azure DevOps too https://docs.microsoft.com/en-us/azure/devops/project/wiki/w... What a time to be alive! :-)
Re: Include diagrams in your Markdown files with Mermaid
#255Earlier quoted context omitted.
To be fair, I'm not sure "offline readability" is an actual problem anymore. VS Code and (presumably) other IDEs offer a very simple live-preview window for viewing and editing markdown files.
My vanilla vim on ssh begs to differ. Offline readability matters
Re: Include diagrams in your Markdown files with Mermaid
#256Nice looking framework but it doesn’t seem to support features that would be useful on very large visualizations, such as zoom and zoom windows.
Re: Include diagrams in your Markdown files with Mermaid
#257Does anyone know if there is a decent tool similar to mermaid-cli allowing for command-line based generating PNG or SVG mermaid diagrams, but without having to install bazillion of NPM packages first?
Re: Include diagrams in your Markdown files with Mermaid
#258I was recently evaluating Mermaid for one of my projects but I could not get mermaid-cli to work (one of 3rdparty npm libraries was broken) and I needed a way of automating graph creation. Does anyone know if there is a decent tool similar to mermaid-cli allowing for command-line based generating PNG or SVG mermaid diagrams, but without having to install bazillion of NPM packages first?
Re: Include diagrams in your Markdown files with Mermaid
#259I was poking around the examples and live editor, and it seemed impossible to do except with an image link, which is rather more cumbersome.