這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

PlantUML Renderer

外掛說明

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.

螢幕擷圖

  • Example shortcode use and outputted diagram

安裝方式

  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.

常見問題集

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

使用者評論

2024 年 3 月 5 日
Fantastic tool to be able to insert UML or related graphics into a web page to assist with concept documentation.
2017 年 11 月 22 日 1 則留言
Todd ROCKS! This plugin is going to change that way our company creates documentation. Todd was sooo reasonable and responsive. Thanks Todd! Mike
2017 年 7 月 3 日 1 則留言
This is exactly what I wanted to display UML! Cheers
閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈PlantUML Renderer〉的開發相關工作。

參與者

將〈PlantUML Renderer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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