Project

General

Profile

Actions

Feature #17072

open

Integration redmine wiki with yUML syntax

Added by Lucy Yevseyeva almost 10 years ago. Updated almost 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
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:

Actions #1

Updated by Jan Niggemann (redmine.org team member) almost 10 years ago

... could also implement plantUML as well as dot... but IMHO this should be done in a plugin.

Actions #2

Updated by Yukinari TOYOTA almost 10 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...

Actions

Also available in: Atom PDF