kroki icon indicating copy to clipboard operation
kroki copied to clipboard

Feature request: support ditaa command-line arguments

Open kngok opened this issue 4 years ago • 9 comments

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.

kngok avatar Apr 21 '20 12:04 kngok

Hello @coo79

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

ggrossetie avatar Apr 21 '20 16:04 ggrossetie

@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.

kngok avatar Apr 22 '20 12:04 kngok

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.

ggrossetie avatar Apr 22 '20 22:04 ggrossetie

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

xanni avatar Dec 31 '23 12:12 xanni