-
Recent Posts
Recent Comments
hkastroforum.net on Creating uml images by using p… zhangweize on update plantuml-mode Carlo Sciolla on update plantuml-mode Joonhwan Lee on update plantuml-mode zhangweize on A new version of ob-plant… Archives
Categories
Meta
Tag Archives: org-babel
A new version of ob-plantuml
Great news: ob-plantuml has been accepted as a part of org-babel in its git repository. Here is the new version of it: ;;; ob-plantuml.el — org-babel functions for plantuml evaluation ;; Author: Zhang Weize ;;; Commentary: ;; Org-Babel support for … Continue reading
Creating uml images by using plantuml and org-babel in emacs
I came across Ian Yang’s org-export-blocks-format-plantuml a few days ago, which brought me in front of the great software Plantuml. It is an open-source tool in java that allows to quickly write: sequence diagram, use case diagram, class diagram, activity … Continue reading