-
Notifications
You must be signed in to change notification settings - Fork 413
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
PlantUML support #767
Comments
+1 |
Can you say a bit more about your use cases here? Are you imagining using this in doc comments or the separate markdown documents? Would you want jazzy to include the actual image files in its docs or just link to the plantuml [or wherever] webservice from its pages? Why / Why not? |
+1 |
We have included some plantuml graphs in jazzy doc by manually and wonder how can intergate jazzy with plantuml so we can build doc with plantuml images by only one command. I presume two ways look ok to me:
I perfer the second way because developer can edit plantuml scripts seperately. Would you give us any advice to implement this feature by ourselves. |
I would start with the first option, and then add the second. Why not have both, should not be that difficult once one of the exists. |
Jazzy doesn't have great support for including resources like images in the site, you have to do it manually as you've found. #853 is about fixing this, I added some comments there on a sketch of a design. First option above - something like hooking Second option you could pick a different markdown syntax to hook or use the same. That said I'm not personally convinced yet that it makes sense to embed special support for plantuml in jazzy - lots of other ways of drawing pictures. If your preferred approach is option 2 then jazzy ends up just running a script -- may as well just push that into a makefile/whatever and give jazzy the resulting image. edit: came out more negative than I feel! The inline plantuml document does sound neat. |
Just as a point of reference Doxygen has support today for generating the images and including them in the final html/pdf/whatever. I haven't taken the time to dig into Jazzy but I too would love this feature. |
Sounds like a great opportunity to dig into it 😉 |
How is it about integrating plantUML to easily support UML diagrams in markdown sections?
The text was updated successfully, but these errors were encountered: