-
Notifications
You must be signed in to change notification settings - Fork 44
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
Plugin should support mindmaps #49
Comments
For me the example for mindmap-diagram on plantuml.com with the driective. I belive your syntax is wrong, you can check it on the live fiew in plantuml.com. I sugguest to close the ticket. |
The OrgMode syntax works for me but Markdown doesn't. |
The problem with the markdown mode is that it requires tabs (if you copy&paste the example, it will have tabs. If you use spaces instead, it's broken. With pure PlantUML, no sphinx involved). Does sphinx maybe replace tabs with spaces, because it needs to remove the indentation that comes from the Workaround: Markdown mode with tabs works in an external PlantUML file.
Another workaround: Use exactly one space for each level of indentation. So, I think either sphinx should feed tabs or the right amount of spaces into PlantUML, or a bug should be filed against PlantUML to also accept multiple spaces. |
Hello .. uml::
:caption: blabla
:align: center
@startmindmap
* Debian
** Ubuntu
*** Linux Mint
*** Kubuntu
*** Lubuntu
*** KDE Neon
** LMDE
** SolydXK
** SteamOS
** Raspbian with a very long name
*** <s>Raspmbc</s> => OSMC
*** <s>Raspyfi</s> => Volumio
@endmindmap
I have tried also this .. uml:: blabla.uml I use the last version 0.25 of |
What's inside blabla.uml? When you run PlantUML manually on it, without sphinx, does it succeed? |
Ho I realized the latest version on WSL (Ubuntu 20.04) for plantuml is ... |
I also discovered that # Package
sphinxcontrib-plantuml 0.30 And this is what I used in my RST file Mindmap
+++++++
.. uml::
@startmindmap
* Debian
** Ubuntu
*** Linux Mint
*** Kubuntu
*** Lubuntu
*** KDE Neon
** LMDE
** SolydXK
** SteamOS
** Raspbian with a very long name
*** <s>Raspmbc</s> => OSMC
*** <s>Raspyfi</s> => Volumio
@endmindmap Example from: https://plantuml.com/mindmap-diagram |
Plantuml offers mindmaps through
@startmindmap
See https://plantuml.com/de/mindmap-diagram
However spinx 3.5.1 with sphinxcontrib-plantuml 0.19 delivers
when used within sphinx
The text was updated successfully, but these errors were encountered: