====== yUML.me Plugin ====== ---- plugin ---- description: Creating class diagram, use case diagram or activity diagram in your page with following syntax in the marker yUML author : Pavel Laupe Dvořák email : pavel@laupe.me type : syntax lastupdate : 2017-07-02 compatible : Greebo, Frusterick Manners, Elenor Of Tsort, Detritus, Hrun depends : conflicts : similar : tags : uml classdiagram usecase downloadurl: https://github.com/Laupe/dokuwiki-plugin-yuml/zipball/master bugtracker : https://github.com/Laupe/dokuwiki-plugin-yuml/issues sourcerepo : https://github.com/Laupe/dokuwiki-plugin-yuml donationurl: screenshot_img: ---- ^ :!: **New Release** v1.0.0 - The new version includes a correction of the DokuWiki syntax and the simplification of the full plugin code. ^ ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Usage & Examples ===== You can put a [[http://yuml.me/|yUML.me]] class diagram, use case diagram or activity diagram in your page with following syntax: ==== usecase ==== Examples of syntaxes can be found at https://yuml.me/diagram/scruffy/usecase/draw https://yuml.me/diagram/scruffy/usecase/samples Use case diagram code here! [Customer]+1->*[Order] [Order]++1-items >*[LineItem] [Order]-0..1>[PaymentMethod] ==== classdiagram ==== Examples of syntaxes can be found at https://yuml.me/diagram/scruffy/class/draw https://yuml.me/diagram/scruffy/class/samples Class diagram code here! [User]-(Login) [User]-(Logout) (Login)<(Reminder) (Login)>(Captcha) ==== activitydiagram ==== Examples of syntaxes can be found at https://yuml.me/diagram/scruffy/activity/draw https://yuml.me/diagram/scruffy/activity/samples Activity diagram code here! (start)->|a| |a|->(Make Coffee)->|b| |a|->(Make Break)->|b| |b|->[want more coffee]->(Make Coffee) [satisfied]->(end) ===== Discussion =====