logseq-diagrams-as-code
logseq-diagrams-as-code copied to clipboard
Logseq plugin that lets you create diagrams from textual representation (aka 'Diagrams as Code'). It supports a wide range of diagram types and languages, including Mermaid, Graphviz, PlantUML, and ma...
Hi, When using logseq 0.7.5 and Diagrams as Code 0.0.13 and using standard mermaid syntax like `gantt title A Gantt Diagram dateFormat YYYY-MM-DD section Section A task :a1, 2014-01-01, 30d...
After I've created a diagram, how do I edit the diagram metacode inside of the `{{}}`, for example, to add a title? Once I see a rendered image of the...
How do I add options to the plugin config? For example, I added `{ "commands": { "renderers": ["plantuml", "mermaid"] } }` to `plugins.edn` as shown below and it doesn't seem...
Hi. Thank you very much for this amazing plugin; especially the new tikz command works really well. My only problem is that the figures generated are not embedded in the...
Hi, would there be interest in supporting [aasvg](https://github.com/martinthomson/aasvg) (which in turn is based off of markdeep as a vendored dependency)? We use it a lot in IETF standards work. I...
 [[logseq]] should show up as an actual link
Currently the code blocks are added with three backticks which works in logseq but is not valid for an org-mode file. Logseq supports both file formats. It would be good...
Logseq complains that ``` This plugin #logseq-diagrams-as-code takes too long to load, affecting the application startup time and potentially causing other plugins to fail to load. ``` Is it only...
I use [Logseq Publish SPA](https://github.com/marketplace/actions/logseq-publish-spa) to publish the resulting pages. Is it possible to make the diagrams as code plugin work in this context? I understand some JavaScript files from...