logseq-diagrams-as-code icon indicating copy to clipboard operation
logseq-diagrams-as-code copied to clipboard

Updating Plugin Config

Open rbinnun opened this issue 1 year ago • 2 comments

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"] } } }

rbinnun avatar Nov 13 '23 11:11 rbinnun

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

shlomi-dr avatar Apr 09 '24 21:04 shlomi-dr

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

image

image

pubmania avatar Jun 28 '24 12:06 pubmania