Skip to content

roelanto/dokuwiki-plugin-yuml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Yuml.me plugin for Dokuwiki
---------------------------

I've adapted this Dokuwiki plugin by StevenGhyselbrecht (https://github.com/StevenGhyselbrecht/dokuwiki-plugin-yuml) because I needed to turn my Yuml.me diagrams on their side.

This is my first Dokuwiki-plugin. Feedback is appreciated.

As per the original, this plugin currently only supports use case, class diagrams and activity diagrams.

<usecase [plain|nofunky|scruffy[;]][dir:[td|lr][;]][scale:75]>
	Use case diagram code here!
</usecase>

<classdiagram [plain|nofunky|scruffy[;]][dir:[td|lr][;]][scale:75]>
	Class diagram code here!
</classdiagram>

<activitydiagram [plain|nofunky|scruffy[;]][dir:[td|lr][;]][scale:75]>
	Activity diagram code here!
</activitydiagram>

About

Yuml.me plugin for dokuwiki

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%