Wiki - mermaid & plantuml support
This suggestion is migrated to Developer Community. Please use below link to view the current status.
https://developercommunity.visualstudio.com/content/idea/365751/wiki-mermaid-plantuml-support.html
Love the wiki functionality.
It would be great to get support built-in or via user extensions for mermaid (https://mermaidjs.github.io/) and plantuml (https://github.com/plantuml/plantuml).

Thanks for the feedback. We are reviewing this feature request currently.
19 comments
-
Marcos Borges commented
It would be spectacular to support the mermaid. It would be a huge insinuating to use.
-
Pedro Savelis commented
Mermaid Markdown has an excelent, easy syntax and it's widely used here in Brazil.
Our developers would be very happy with this improvement since it's very confortable to write and share in this format. -
Anonymous commented
This will be the killer feature for the technical documentation.
Absolute must have. -
Anonymous commented
Please add this feature.
-
Ovan Crone commented
Both would be great, but mermaid looks super simple to ship being a JavaScript package. Please make this happen sooner than later, running a build task with the cli (needs chromium 135mb) is a waste of my build minutes, but the only reasonable other solution...
-
Anonymous commented
Would be really good!
-
Graham commented
Yes Please!!!
-
Dantastic commented
Documentation as code - FTW
-
Todd Leonhardt commented
Support for diagrams in VSTS Wikis would make them much more competitive with existing full-featured Wiki tools such as DocuWiki, MediaWiki, and Confluence.
-
Job Louage commented
```mermaid
graph LR
A[Flowchart Support] -->|Result| B(Team Foundation tsunami)
B --> C{Let me think}
C -->|1| D[Happy users]
C -->|2| E[More User]
C -->|3| F[Increased Popularity]
``` -
Daniel Gut commented
support for diagrams in markdown (wiki) would be awesome!
-
Anonymous commented
Hope this get's implemented. This would help me and my company to utilize VSTS more.
I love Mermaid :) -
Emil Backlund commented
Having VSTS support mermaid and/or plantuml would so great!
-
Andrew Jones commented
Mermaid looks very useful
-
Enrico commented
👍 Mermaid Support
-
dkatwork commented
PlantUml inlined within Markdown wonderfully solves how to create and maintain docs that require diagrams as part of their content: use-case diagrams, architecture diagrams, data diagrams, etc.
VSTS wiki auto-rendering PlantUml code, **especially** when PlantUml code is inlined within markdown file, would be the "holy grail" of software documentation (IMO).
With this feature, I only have to maintain ONE Markdown file (with inline PlantUml) in our source repo. Have the VSTS wiki use relative reference to this file in source repo, and voila: easy to edit using VS Code (w/PlantUml plugins for rendering previews), easy to commit docs alongside source code for that product, and VSTS wiki handles the publication and rendering for readers.
Sweet: what a killer combo this would be.
-
Paco de la Cruz commented
PlantUML would be an awesome addition to VSTS Wiki!
-
Anonymous commented
Yes!!!!
-
Bjego commented
I would love plant uml support in the wiki and in the shown git source. We use are checking in our current workflows as plant uml diagrams next to our source code. It would be great if the tfs / vsts would support previewing the uml content as visual studio code does.