npgrosser / logseq-diagrams-as-code

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 many more.
MIT License
167 stars 10 forks source link

Updating Plugin Config #30

Open rbinnun opened 7 months ago

rbinnun commented 7 months ago

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 to take affect.

:logseq-diagrams-as-code {:version "0.0.21", :repo "npgrosser/logseq-diagrams-as-code", :effect false, :theme false { "commands": { "renderers": ["plantuml", "mermaid"] } } }

shlomi-dr commented 2 months ago

Same here, not sure I get how to configure this..

pubmania commented 7 hours ago

From settings to to installed plugins and then follow as shown below:

image

image