Actions
QA #1161
openPlantUML Redmine pluginでHyperlink機能が利用できない
Start date:
09/25/2020
Due date:
% Done:
0%
Estimated time:
Description
■現象/要望¶
PluntUML をRedmineから利用するためのプラグインPlantUML Redmine plugin でHyperlink機能 が利用できない。
■解決策¶
以下のForkを利用する。https://github.com/hitsoft-redmine/plantuml
- https://github.com/dkd/plantuml/pull/36
Added possibility to render SVG diagrams embedded into the html page. This is useful when you want to use some advanced features like links
プラグイン管理画面にて、「Embed SVG images as inline <svg>」にチェックを入れる必要がある。
■補足¶
画像はSVGフォーマットにてレンダリングする必要有り。マクロの引数を以下に指定。
{{plantuml(svg)
適用例¶
redminehistory
http://demo1.unofficial-redmine.org/redmine/issues/61296
記入例
Redmine -> RedmineTokyo [[https://redmine.tokyo]] : RedmineTokyo開始(2011/9)
note right [[https://redmine.tokyo/projects/unofficialcooking unofficialcooking関連 ]] end note
参考¶
RedmineでPlantUMLを使う事例
https://forza.cocolog-nifty.com/blog/2016/01/redmineplantuml.html
railsでsvgをviewに表示する
https://joppot.info/2016/04/01/3079
Actions