Hi, just landed here trying this.
I checked around if is possible to have the wikilink sintax the [[Page]] one. But It appears is not possible!
I will try to build a proof of concept.
The idea is to be able to do something like that
{{#mermaid:graph TD;
A-->B;
click A "[[A]]"
click B "[[B]]"
}}
Update, so the proof of concept works, I now have this
I will use for a bit and if there is interest I will clean the code and make a PR
Hi, just landed here trying this.
I checked around if is possible to have the wikilink sintax the [[Page]] one. But It appears is not possible!
I will try to build a proof of concept.
The idea is to be able to do something like that
Update, so the proof of concept works, I now have this
I will use for a bit and if there is interest I will clean the code and make a PR