Dec 17
Support for Mermaid markdown
Could noteplan support mermaid markdown which would allow for diagram / chart creation using mermaid markdown? e.g. flow charts, user journey, Gantt charts,
e.g. https://mermaid.live/
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
Pending
II was was about to create another feature request, but I can add what I was going to create here as it adds a little more detail: I am currently thinking about converting from another tool to NotePlan for some or all of my daily work. One of the things I do use on a regular basis is the ability to integrate directly with mermaid and plantUML. What I am used to is the ability to create a code fence that indicates that the enclosed code is for example, a mermaid chart and when I leave that code fence, it is automatically rendered into the diagram. When I put my mouse over that code fence, then that diagram becomes mermaid code again. I am aware of the preview plug-in, but I'm not sure it provides the same outcome.