We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
{ "commands": { "renderers": ["plantuml", "mermaid"] } }
plugins.edn
:logseq-diagrams-as-code {:version "0.0.21", :repo "npgrosser/logseq-diagrams-as-code", :effect false, :theme false { "commands": { "renderers": ["plantuml", "mermaid"] } } }
The text was updated successfully, but these errors were encountered:
Same here, not sure I get how to configure this..
Sorry, something went wrong.
From settings to to installed plugins and then follow as shown below:
No branches or pull requests
How do I add options to the plugin config?
For example, I added
{ "commands": { "renderers": ["plantuml", "mermaid"] } }
toplugins.edn
as shown below and it doesn't seem to take affect.The text was updated successfully, but these errors were encountered: