quantorconsulting / mkdocs_build_plantuml

MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)
MIT License
57 stars 15 forks source link

!includesub does not work #16

Closed lyndsysimon closed 7 months ago

lyndsysimon commented 2 years ago

I'm trying to build a series of diagrams which are composed of subparts, all of which are defined in a single all.uml file.

When I run mkdocs build, I get the following error:

Could not open [Errno 2] No such file or directory: '/Users/lyndsysimon/notes/notes/diagrams/src/ub all.uml!MY_SUB'

ETA: If the above isn't clear, I can provide a minimal example reproducing the issue.

christo-ph commented 2 years ago

Hi, sorry for the late response.

Currently I do not have the time to investigate further, but afair !includesub is not supported yet.

I am always open for PR.

aarons20 commented 8 months ago

I experienced the same issue here. Is there already a fix available?