Skip to content
New issue

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

Switch the "Dot Path" option to optional #64

Open
lisez opened this issue Jun 14, 2024 · 0 comments
Open

Switch the "Dot Path" option to optional #64

lisez opened this issue Jun 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lisez
Copy link

lisez commented Jun 14, 2024

Environments:

  • OS: Windows 11
  • Obisidan v1.6.3
  • plugin version 1.8.0

When I used some syntax, it shows:

image

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:

this.plugin.settings.javaPath, '-jar', '"' + jarFullPath + '"', '-Djava.awt.headless=true', '-charset', 'utf-8', '-graphvizdot', '"' + this.plugin.settings.dotPath + '"'

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.

@lisez lisez added the enhancement New feature or request label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant