このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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.

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

評価

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 reply
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 reply
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