-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Feature request: support ditaa command-line arguments #169
Comments
Hello @coo79 That's a good idea but I've not yet decided how we should pass additional parameters/configuration to the API. |
@Mogztter Thank you for your reply. |
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. |
I also have this issue - need to pass options to ditaa. |
Not sure why this is not documented. You can either now add options via |
Indeed, we do support a few options: kroki/server/src/main/java/io/kroki/server/service/DitaaCommand.java Lines 21 to 53 in d96fd25
Just an oversight, feel free to edit the documentation: https://docs.kroki.io/kroki/setup/diagram-options/ (you can click on the "Edit this page" on the top right corner) |
@ggrossetie i think this can be closed right? |
I prefer to keep it open until the documentation is updated. |
This should close yuzutech#169
@ggrossetie done at #1781 hopefully with this merged, all Ditaa options are reflected in the documentation |
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
.The text was updated successfully, but these errors were encountered: