emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: zwz <zhangweize@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [babel] support plantuml
Date: Wed, 25 Aug 2010 22:42:37 +0800	[thread overview]
Message-ID: <m3sk22iwiq.fsf@gmail.com> (raw)

[-- 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

             reply	other threads:[~2010-08-25 14:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-25 14:42 zwz [this message]
2010-08-25 18:25 ` [babel] support plantuml 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3sk22iwiq.fsf@gmail.com \
    --to=zhangweize@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).