Feature #17072
Integration redmine wiki with yUML syntax
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: |
Description
For example, this code
<classdiagram> [Customer]+1->*[Order] [Order]++1-items >*[LineItem] [Order]-0..1>[PaymentMethod] </classdiagram>
includes this image into a wiki-page:
History
#1
Updated by Jan Niggemann (redmine.org team member) over 8 years ago
... could also implement plantUML as well as dot... but IMHO this should be done in a plugin.
#2
Updated by Yukinari TOYOTA over 8 years ago
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...