yuzutech / kroki

Creates diagrams from textual descriptions!
https://kroki.io
MIT License
2.77k stars 206 forks source link

Feature request: support ditaa command-line arguments #169

Open kngok opened 4 years ago

kngok commented 4 years ago

This project is very helpful, but I'm in trouble with drawing result of ditaa. I've found that running ditaa with --no-separation argument solves my problem. So I want the feature running ditaa with command-line arguments such as -E,--no-separation or -S,--no-shadows.

ggrossetie commented 4 years ago

Hello @coo79

That's a good idea but I've not yet decided how we should pass additional parameters/configuration to the API.

kngok commented 4 years ago

@Mogztter Thank you for your reply. As temporary solution, I hard-coded the arguments in Ditaa.java and rebuild docker image. Although my immediate requirement is satisfied, I'd be grateful if you could consider this feature.

ggrossetie commented 4 years ago

Indeed that's less than ideal but I'm glad that you found an interim solution.

I will try to take some time to think about how we should implement this feature.

xanni commented 6 months ago

I also have this issue - need to pass options to ditaa.