emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel] support plantuml
@ 2010-08-25 14:42 zwz
  2010-08-25 18:25 ` Eric Schulte
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: zwz @ 2010-08-25 14:42 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

I came across Ian Yang's [[http://www.emacswiki.org/emacs/org-export-blocks-format-plantuml.el][org-export-blocks-format-plantuml]] a few days ago, which brought me in front of the
great software [[http://plantuml.sourceforge.net/][Plantuml]]. It is an open-source tool in java that allows to quickly write:
    - sequence diagram,
    - use case diagram,
    - class diagram,
    - activity diagram,
    - component diagram,
    - state diagram
    - object diagram

using a simple and intuitive language.

Although Ian Yang's code has incorporated plantuml in org-mode by =#+BEGIN_UML= and =#+END_UML=, I think it
should be a good idea to introduce the plantuml as a new language into org-babel.

Here is the "ob-plantuml.el":

[-- Attachment #2: ob-plantuml.el --]
[-- Type: application/emacs-lisp, Size: 1887 bytes --]

[-- Attachment #3: Type: text/plain, Size: 259 bytes --]


I am not sure if it is qualified to be part of org-babel, so I just put
it here first.

In addition, I also wrote a new major mode “plantuml-mode.el” which
provides preliminary font-lock function for plantuml scripts, see http://zhangweize.wordpress.com/.

[-- Attachment #4: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-08-30  1:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-25 14:42 [babel] support plantuml zwz
2010-08-25 18:25 ` Eric Schulte
2010-08-26 14:26   ` zwz
2010-08-26 15:00     ` Rainer M Krug
2010-08-26 17:34       ` Eric Schulte
2010-08-27  8:26         ` Rainer M Krug
2010-08-26 15:39     ` Eric Schulte
2010-08-27 11:33       ` zwz
2010-08-26  1:44 ` Mike Gauland
2010-08-26  2:47   ` Mike Gauland
2010-08-26 14:23     ` zwz
2010-08-29 23:02 ` Michael Gauland
2010-08-30  1:34   ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).