-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
The PlantUML preprocessor should be executed when the diagram type is c4plantuml
#126
Comments
Could it be changed to be more generic than just for c4? We have issue when pre-processing https://github.com/tmorin/plantuml-libs/tree/master/cloud inclusion in local mode:
However, our internal Kroki server handles that just fine. |
We already do that for remote files but not for local files: The reasoning was that local files should be resolved locally. If I understand correctly the file We could either add an option or ignore the error if a local file cannot be resolved. |
Yes, those files only exist on the Kroki server. And they are not resolvable locally. Using same logic as for remote files pre-processing logic would solve it. |
Related to #147 ? If configured to ignore local include errors, this will work... or better as configuration for exclude-patterns? |
That's a good idea and probably more flexible than |
resolves #126 execute the PlantUML preprocessor when type is c4plantuml
In this case, we should not try to resolve the following targets:
c4.puml
c4_component.puml
c4_container.puml
c4_context.puml
In fact, the above files will be resolved server-side.
I think we should not resolve them only when the path is local:
/path/to/C4.puml
/path/to/c4_component.puml
The text was updated successfully, but these errors were encountered: