sytsereitsma / mdbook-plantuml

mdBook preprocessor to render PlantUML diagrams to png images in the book output directory
MIT License
76 stars 14 forks source link

the plugin doesn't work #49

Open rangerzy opened 2 years ago

rangerzy commented 2 years ago
  1. when i use cargo > cargo install mdbook-plantuml, the doc tell me,modified book.toml set plantuml-cmd=“plantuml.exe”,but after cargo install,the executable file is mdbook-plantuml.exe
  2. replace plantuml.exe to mdbook-plantuml.exe,the log :Found argument '-t' which wasn't expected

    finally

download plantuml jar locally,and set setting plantuml-cmd="D:/Windows/Document/plantuml-1.2022.6.jar",It works

so

the mdbook-plantuml plugin unuseable

sytsereitsma commented 2 years ago

Hi,

Not really understanding you here. The mdBook plugin is called mdbook-plantuml.exe The plantuml-cmd in the toml file should point to your plantuml.jar/plantuml.exe application (or the URL of the server) as you have found out yourself.

You are saying it works, but is unusable? Can you please clarify?

sytsereitsma commented 1 year ago

No response, so I'll close this one