Vote #75277
未完了Integration redmine wiki with yUML syntax
0%
説明
For example, this code
[Customer]+1->*[Order] [Order]++1-items >*[LineItem] [Order]-0..1>[PaymentMethod]
includes this image into a wiki-page:
journals
... could also implement plantUML as well as dot... but IMHO this should be done in a plugin.
--------------------------------------------------------------------------------
FYI, I use https://github.com/luckval/wiki_external_filter plugin as a launcher of plantUML on redmine 2.3 so I can embed UML in wiki.
However, it's a little slow macro due to execution of java-based plantuml command everytime...
--------------------------------------------------------------------------------