And that causes the mermaid diagram to render?
For the demonstration:
So there are 3 plugins to get a mermaid diagram out?
- GitHub - hkgnp/logseq-mermaid-plugin
- GitHub - xyhp915/logseq-fenced-code-plus: A Logseq plugin for missing types of fenced code 🚀
- GitHub - npgrosser/logseq-diagrams-as-code: Logseq plugin that lets you create diagrams from textual representation (aka 'Diagrams as Code')
What’s the best one?
1 Like
Logseq Fenced Code plus is the best in most cases. It’s 100% local.
3 Likes
I just started using Fenced Code Plus, and it works like a charm. Just one thing about it: I use a dark theme, and it renders all the lines in black. So I added this to my custom.css and now I’m very happy!
div.mermaid {
background-color: rgba(255, 255, 255, 1) !important;
}
2 Likes
Is there a way to make mermaid render in the iOS app?
Not at this time. Plugin support for mobile must be implement first.
Could you help with code to reduce the scale size of the mermaid svg?