Mermaid ELK

by keksnet
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Brings back the elk (Eclipse Layout Kernel) renderer for Mermaid diagrams.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Mermaid ELK

This plugins brings back support for the elk (eclipse layout kernel) renderer for mermaidJS.

To switch to the renderer you can prepend your mermaid diagram with the following code:

---
config:
  layout: "elk"
---
%% Your mermaid code here...

Have fun!

Credits

This plugin strongly depends on @mermaid-js/layout-elk. Please support that project if you like it.