plugin:callflow
Table of Contents
callflow Plugin
Compatible with DokuWiki
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" unknown
- 2018-04-22 "Greebo" unknown
- 2017-02-19 "Frusterick Manners" yes
Similar to sequencediagram
Description
Generates callflow diagrams in the web browser. Uses raphaeljs library.
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Configuration and Settings
Use the Configuration Manager to configure the various styling settings.
Syntax
Full syntax:
<callflow> // This is a comment // Title is optional title:A sample callflow in DokuWiki // Optionally order the columns order:User order:DokuWiki order:Plugin // Optionally set the width of columns colwidth:120 // Use breaks to separate parts break:edit // Some arrows // The first one is with tooltip User->DokuWiki:edit page:If he has permissions DokuWiki->User:show editor User->DokuWiki:edit and save DokuWiki->User:page is saved break:view // Parallel arrows (single-line) parallel { User->DokuWiki:view page DokuWiki->Plugin:parse callflow } // Normal notes go with last arrow note( PHP ) parallel { DokuWiki<-Plugin:show callflow User<-DokuWiki:show page } // Note over-s go to specified positions // You can also use two columns like `note over User,Plugin(` note over User( JS ) // You can also make double arrows like this: //a<>b:text // or like this: //a<->b:text </callflow>
Produces
Development
Change Log
- Update plugin.info.txt (#11) (2018-01-26 13:33)
- Adding config options to plugin (#10) (2017-12-11 13:43)
- Merge branch 'splitbrain-forks-php7-signature'. Closes #8 (2017-12-11 13:30)
- Adjust method signatures to match parent (2017-12-11 13:29)
- Merge pull request #9 from israellevin/fix-date (2017-10-17 15:58)
- Fix date. (2017-10-17 15:45)
- Merge pull request #7 from babs/master (2016-01-04 11:06)
- Fix #5 again (2016-01-04 11:03)
Known Bugs and Issues
ToDo/Wish List
plugin/callflow.txt · Last modified: 2018-05-28 20:39 by Klap-in