plantuml-mode
plantuml-mode copied to clipboard
A major mode for editing PlantUML sources in Emacs
# Summary There are new features such as [`@startmindmap ... @endmindmap`](http://plantuml.com/en/mindmap-diagram) which is very useful, but plantuml-mode doesn't support it, any plans? # Checklist for pull requests - [] I'm...
Convert plantuml-jar-path in cygwin format to windows format. ex. ~/pllantuml.jar -> /C:\cygwin64\home\takus\plantuml.jar Because in cygwin, java is used the one of windows native app and it can only accept jar-path...
# Summary The README.md file sentence at https://github.com/skuro/plantuml-mode#integration-with-org-mode > When in the `plantuml-mode` buffer you can then hit again `C-'` to return to the original `org-mode` document. should be changed...
support fork end with comment msg: ``` @startuml start fork :行为 A; fork again :行为 B; end fork {和} stop @enduml ```