Closed avenue68 closed 1 year ago
No, this is currently not possible. You might be able to get this working by manually specifying targets, but I'm not sure if that works correctly at the moment when including multiple path components. The necessary directories might not get created.
I'll have to check if the required information to reproduce the source directory hierarchy is available to extensions or not. That will be a necessary requirement to implement the requested functionality.
Okay, I did a work araound like below and it worked.
:imagesDir: a
plantuml::a/diagram.puml[]
:imagesDir: b
plantuml::b/diagram.puml[]
Thanks for providing information.
When I have the same name diagrrams in different directories, the one of the generated images is overwritten because they both are generated right under the target directory. What I want to is copying the directory hierarchy of the source diagrams into the target directory. Is that possible?