Mermaid Mindmaps

Operating system

Linux

Joplin version

3.3.13

Desktop version info

3.3.13

What issue do you have?

I have been combing the forum for how to create mind maps with mermaid. I have tried the syntax examples in mermaid.js.org, but they aren't working for me. I'm assuming it's because the syntax is different in Joplin.

Can anyone quickly tell me/guid me to resources on how to do do mermaid mindmaps with Joplin.

Thanks.

Hello

Mermaid syntax is pretty much the same in Joplin. Here’s the sample of mindmap code

```mermaid
mindmap
	mind
		map
```

mermaid.jex (2.5 KB)

1 Like

Excellent. Thank you.

I had a semi colon after the word mindmap, hence why I got an error. Thanks for clarifying that for me.