joethei / obsidian-plantuml

Generate PlantUML Diagrams inside Obsidian.md
MIT License
395 stars 23 forks source link

Links are not rendered correctly in gantt diagrams #49

Open igorstojkovic opened 1 year ago

igorstojkovic commented 1 year ago

Is your feature request related to a problem? Please describe. Links added to tasks are occasionally not rendered properly. Plant UML Web server renders it correctly, it is also rendered correctly when generated .svg is embedded inside obsidian note.

Example chart:

@startgantt print between 2023-04-12 and 2023-09-09 Project starts 2023-04-12 [task_1] starts 2023-04-12 and ends 2023-06-25 and links to [[https://github.com/joethei/obsidian-plantuml]] [task_2] starts 2023-05-25 and ends 2023-06-25 and links to [[https://google.com]] [task_3] starts 2023-06-05 and ends 2023-06-25 and links to [[https://youtube.com]] @endgantt

https://www.plantuml.com/plantuml/svg/bP11Qe0m44NtdY8NIAEn5jgLH-XUf2GwQ3JEY9bGUljQCLBS2Tdap_ptOEh0PkF187EsRWvPME1l01GwrwNCNsMXXS7-_BxlB_lSQ8AEnL4D_nQpXasOluesZMuCm3vbRr9NH-OTpa4mYQOPcTVmeTJWU8psfQD5JGGyWbDaW-kTGRbwWnmNtxQdJDzarGv-92CQFFp9BcIPa5SzVuJyeSZH9cQzjuxx_W80

Describe the solution you'd like

Describe alternatives you've considered

Additional context