You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think the !include directive is currently supported. I'll look into the integration to see if I can get it to work, but until then, you should be able to use the same kind of {{ load('pages/another.uml') | raw }} line when Orchid preprocesses the UML markup.
Thank you for your response.
If I use {{ load('pages/another.uml') | raw }} in the .uml file as it's not a valid PlantUml directive it gives an error.
When I try to load it from an .md file say load the header.uml first and then load the actually .uml, then it tries to load them as two separate SVGs.
no worries, looking forward to the actual fix for this, until then will use include pointing to a url for now..
Hi,
I have been trying to figure out how to include a .puml or.uml file from another file plantuml file.
I'm using the editorial theme and I have the following directory structure:
++ resources
+++ assets
+++ changlelog
+++ pages
++++ sample.uml
++++ another.uml
+++ wiki
++++ include-test.md
include-test.md loads the sample.uml as follows:
{{ load('pages/sample.uml') | raw }}
Here is the sample.uml file under pages :
@startuml
!include another.uml
@enduml
IncludeUrl works fine when pointed to URL but include with another uml file keeps giving a plantuml error of not able to include the file.
I wondered if that is something not supported yet or am I doing something wrong?
Thanks
The text was updated successfully, but these errors were encountered: