DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:plantumlparser

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:plantumlparser [2018-02-06 06:23] – Updated lastupdate kylec32plugin:plantumlparser [2023-11-03 04:10] (current) – Compatibility update 76.23.30.169
Line 3: Line 3:
 ---- plugin ---- ---- plugin ----
 description: Create UML diagrams description: Create UML diagrams
-author     : kylec32  +author     : kylec32 
-email      : kylec32@gmail.com +email      : kylec32@gmail.com
 type       : Syntax type       : Syntax
-lastupdate : 2018-02-05 +lastupdate : 2023-11-02 
-compatible : Frusterick Manners+compatible : Jack Jackrum, Igor, Hogfather, Frusterick Manners, Greebo
 depends    :  depends    : 
 conflicts  : plantuml conflicts  : plantuml
 similar    : plantuml, seqdia, graphviz similar    : plantuml, seqdia, graphviz
-tags       : uml, diagram, plantuml+tags       : uml, diagram
  
 downloadurl: https://github.com/kylec32/dokuwiki_plantumlparser/zipball/master downloadurl: https://github.com/kylec32/dokuwiki_plantumlparser/zipball/master
Line 18: Line 18:
 donationurl:  donationurl: 
  
-screenshot_img : +screenshot_img :
 ---- ----
- 
  
 ===== Installation ===== ===== Installation =====
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using this URL given above. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
-There is no need for the DokuWiki server to have internet access for this to work, just the browser viewing the page needs internet access. +There is no need for the DokuWiki server to have internet access for this to work, just the browser viewing the page needs internet access.
  
 ===== Examples/Usage ===== ===== Examples/Usage =====
  
-Please refer to http: [[http://plantuml.sourceforge.net/]] do get full description of the PlantUML syntax.\\  +Please refer to http: [[http://plantuml.com/|plantuml.com]] do get full description of the PlantUML syntax. 
-\\ With PlantUML, you can draw:+ 
 +With PlantUML, you can draw:
   * sequence diagram,   * sequence diagram,
   * use case diagram,   * use case diagram,
Line 37: Line 37:
   * activity diagram,   * activity diagram,
   * component diagram,   * component diagram,
-  * state diagram +  * state diagram, 
-  * object diagram+  * object diagram.
  
-A typical PlantUML diagram is enclosed by @startuml and @enduml. Replace these by <uml> and </uml>.+A typical PlantUML diagram is enclosed by ''@startuml'' and ''@enduml''. Replace these by ''<uml>'' and ''</uml>''.
  
 This block: This block:
Line 52: Line 52:
 </uml> </uml>
 </code> </code>
-renders this:\\ \\ {{http://plantuml.sourceforge.net/img/sequence_img001.png}}+renders this: 
 + 
 +{{http://plantuml.sourceforge.net/img/sequence_img001.png}}
  
 There is also a toolbar button that is added to quickly add the tags into the page. There is also a toolbar button that is added to quickly add the tags into the page.
Line 70: Line 72:
  
 === Change Log === === Change Log ===
 +  * **2023-11-02** 
 +    * Fixed deprecation warning. 
 +      * Contribution by Ralf Stemmer  
 +  * **2021-05-17** 
 +    * New configuration option that allows removal of links section. Defaults to show links. 
 +  * **2020-04-22** 
 +    * Added the ability to use a different plantuml server 
 +      * Contribution by Boris Flader  
 +  * **2019-10-02** 
 +    * Made ASCII Math Work 
 +      * Contribution by Eduardo Mozart de Oliveira 
 +  * **2019-03-26** 
 +    * When using this plugin and dw2pdf xml was outputted to PDF.  
 +  * **2018-08-23** 
 +    * Stopped using planttext.com because they stopped hosting diagrams. 
 +      * Contribution by Antoine Aflalo 
 +  * **2018-07-07** 
 +    * Fixed issue with multi-byte characters. 
 +  * **2018-07-03** 
 +    * Now the menu under the diagram is hidden when printing. 
 +  * **2018-03-16** 
 +    * Fixed bug introduce in previous change where the wrong link was put in for TXT diagrams. 
 +  * **2018-03-11** 
 +    * Diagrams are cached on server instead of being retrieved by every client every time. 
 +      * Contribution by Antoine Aflalo 
 +  * **2018-03-08** 
 +    * Links to view the diagram outside the wiki are now added. 
 +  * **2018-03-01** 
 +    * Fixed issue where sometimes the plugin would break the page. 
 +  * **2018-02-08** 
 +    * Changed imaged to be served over https. 
 +  * **2018-02-05** 
 +    * Fixed issue where plugin wouldn't work on Windows server.
   * **2018-01-23**   * **2018-01-23**
     * Fixed bug where warnings were being displayed.     * Fixed bug where warnings were being displayed.
   * **2018-01-20**   * **2018-01-20**
     * Initial release     * Initial release
- 
- 
  
plugin/plantumlparser.1517894637.txt.gz · Last modified: 2018-02-06 06:23 by kylec32

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki