Is there any option through which I can apply a watermark on the mindmap created through WP mermaid plugin in wordpress.
]]>Is this software still supported @terryl.in ? because when I try the software I don’t see a diagram of flowchart. Or do I do something wrong, that’s possible ??
[mermaid]
%%{init: {“flowchart”: {“htmlLabels”: false}} }%%
flowchart LR
markdown[“This **is** _Markdown_
“]
newLines[“Line1
Line 2
Line 3
“]
markdown –> newLines
[/mermaid]
[mermaid]
graph TD
A–>B;
A–>C;
B–>D;
C–>D;
[/mermaid]
Mermaid block doesn’t render with twenty-two and twenty-three. But it does work with twenty-one !
Is there something to do to enable it with those themes ?
Thanks
]]>Using latest WordPress 6.2.2, I installed the WP Mermaid plugin, then went to a post, added the WP Mermaid block at the end of the post, added to the editable part the following simple mermaid syntax:
graph TD
A-->B;
A-->C;
B-->D;
C-->D;
It rendered in the Editor fine.
I saved the post by clicking on update and then clicked on “View Post”. The result was a typical Mermaid “Syntax error in graphmermaid version 9.4.3” with the Bomb icon. Following error in the browser console:
Firefox:
Uncaught ReferenceError: jQuery is not defined
https://wp-62-blank-theme-design-style-guide.local/hello-world/:281
Edge, Chrome:
jQuery is not defined
at (index):265:402
When I edited the page, instead of the Mermaid rendering, the Mermaid syntax had been reduced to a single line. I clicked on the block, and the mermaid syntax returned to its edited format, but with a blank line inserted on the initial line. I erased that line, and the Mermaid diagram rendered; but viewing produced the same results, as did saving the post and re-editing.
Thanks for updating this plugin!
]]>I installed the plugin but have the following problem.
The code works fine when working in the block editor and it renders fine in the editor but publishing or viewing a draft only renders text.
]]>Hey!
I would like to know if it would be possible to have the CSS part for mermaid in a centralized way, so when creating several mermaid flowcharts and if something on the layout would need to be updated, we only need to update in one place, instead of need to update each individual flowchart.
Do you know if that would be possible and if so, how to do it?
Many thanks, really appreciate any feedback,
Xênia
I installed Mermaid plugin and tried to write some chart with Mermaid syntax.
Issue:
I wrote purely in MarkDown so I installed WP Githuber MD plugin. My editor is something like below:
It shows the Mermaid chart perfectly however if I view the post, it shows plain text instead.
Any hint?
]]>Hi.
The option to include a User Journey Diagram doesnt exist, right?
Waht i mean:
https://mermaid-js.github.io/mermaid/#/user-journey?id=user-journey-diagram