Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

PlantUML Renderer

Deskripsyon

Use PlantUML syntax in shortcodes to have diagrams rendered automatically.

Wrap your PlantUML syntax in our shortcode tags like this, and the PlantUML SaaS will be used to render a lovely diagram.

[plantuml]
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
[/plantuml]

Easily add all sorts of UML diagrams (Sequence, State, Activity, etc) to your site using the powerful PlantUML syntax.

Mga Screenshot

  • Example shortcode use and outputted diagram

Pag-install

  1. Upload plantuml-renderer zip file to the /wp-content/plugins/ directory and extract all contents
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the [plantuml] shortcode and syntax, as per the Description section.

FAQ

Installation Instructions
  1. Upload plantuml-renderer zip file to the /wp-content/plugins/ directory and extract all contents
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the [plantuml] shortcode and syntax, as per the Description section.
What is PlantUML

PlantUML is a (superb) tool that generates all sorts of UML (and non-UML) diagrams through a descriptive syntax… but better than me trying to tell you about it I recommend you go and check out their examples

Which Diagram Types are Supported

All of them, as far as we are aware. But please let us know if you run into any issues

Mga Review

Marso 5, 2024
Fantastic tool to be able to insert UML or related graphics into a web page to assist with concept documentation.
Nobyembre 22, 2017 1 na reply
Todd ROCKS! This plugin is going to change that way our company creates documentation. Todd was sooo reasonable and responsive. Thanks Todd! Mike
Hulyo 3, 2017 1 na reply
This is exactly what I wanted to display UML! Cheers
Basahin lahat ng 6 na review

Mga Contributor at Developer

Ang “PlantUML Renderer” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “PlantUML Renderer” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

0.0.3

  • Adding support for links

0.0.2

Issue seen with double quotes – caused the “alt text” to run into the main content.

0.0.1

Initial drop