Actions
Feature #17072
openIntegration redmine wiki with yUML syntax
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:
       Updated by Jan Niggemann (redmine.org team member) over 11 years ago
      Updated by Jan Niggemann (redmine.org team member) over 11 years ago
      
    
    ... could also implement plantUML as well as dot... but IMHO this should be done in a plugin.
       Updated by Yukinari TOYOTA over 11 years ago
      Updated by Yukinari TOYOTA over 11 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