プロジェクト

全般

プロフィール

QA #1161

TAKAOKA Yasuyuki さんがほぼ4年前に更新

h3. ■現象/要望 

 "PluntUML":https://plantuml.com/ja/ をRedmineから利用するためのプラグイン"PlantUML Redmine plugin":https://github.com/dkd/plantuml で"Hyperlink機能":https://plantuml.com/ja/link が利用できない。 

 h3. ■解決策 

 以下のForkを利用する。 
 https://github.com/hitsoft-redmine/plantuml 
 * https://github.com/dkd/plantuml/pull/36 https://github.com/hitsoft-redmine/plantuml/commit/dd5c343287f2cd01081ec689fcb97999c4a7c81a 
 <pre> 
 Added possibility to render SVG diagrams embedded into the html page.  
 This is useful when you want to use some advanced features like links 
 </pre> 

 h3. ■補足 

 画像はSVGフォーマットにてレンダリングする必要有り。マクロの引数を以下に指定。 
 <pre> 
 {{plantuml(svg) 
 </pre> 

 h3. 適用例 

 redminehistory 
 http://demo1.unofficial-redmine.org/redmine/issues/61296 

 h3. 参考 

 RedmineでPlantUMLを使う事例 
 https://forza.cocolog-nifty.com/blog/2016/01/redmineplantuml.html 

 !https://unofficial-redmine.org/matomo/matomo.php?idsite=1&rec=9999! 

戻る