2017-01-05 Mermaid

You know how I love graphs. And now you can do graphs using mermaid! I think this should be easier to use than ditaa because it doesn’t require Emacs’ Artist Mode.

using mermaid

ditaa

<mermaid>
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
</mermaid>

I wonder whether I should add that to Campaign Wiki. How often does one use such a graph?

Campaign Wiki

More On Diagrams

​#Wikis ​#Graph

Comments

(Please contact me if you want to remove your comment.)

This has been uninstalled, but actually you can simply use the online editor to generate an image using something like this:

online editor to generate an image

graph TD
A[original] -->B[ancestor]
A-->C[other answer]
B-->D[post you clicked on]
D-->E[a descendant]
E-->F[more replies]
D-->G[another answer]
style C fill:white

Then make a screenshot, crop as needed, and paste it:

Image 1 for 2017-01-05 Mermaid

– Alex Schroeder 2019-08-28 12:01 UTC