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
Environments:
When I used some syntax, it shows:
and it is ok in my computer:
PS C:\Users\lisez> java -jar C:\Users\lisez\.bin\plantuml.jar -testdot Dot version: dot - graphviz version 2.44.1 (20200629.0846) Installation seems OK. File generation OK
I found it is a required argument to generate digams:
obsidian-plantuml/src/processors/localProcessors.ts
Line 194 in 2463d93
Then accroding to the PlantUML official site, it says "Starting from 1.2020.21... you don't need to manually install GraphViz anymore" on Windows.
Hence I think it maybe a goodtime to switch this option to optional.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environments:
When I used some syntax, it shows:
and it is ok in my computer:
I found it is a required argument to generate digams:
obsidian-plantuml/src/processors/localProcessors.ts
Line 194 in 2463d93
Then accroding to the PlantUML official site, it says "Starting from 1.2020.21... you don't need to manually install GraphViz anymore" on Windows.
Hence I think it maybe a goodtime to switch this option to optional.
The text was updated successfully, but these errors were encountered: