backstage-plugin-techdocs-addon-mermaid icon indicating copy to clipboard operation
backstage-plugin-techdocs-addon-mermaid copied to clipboard

Backstage TechDocs Mermaid Addon

Results 11 backstage-plugin-techdocs-addon-mermaid issues
Sort by recently updated
recently updated
newest added

I have noticed that the Mermaid code blocks are not being rendered with version v1.22.1 & React 18. A full refresh will make them work, but if you navigate to...

Hello! Thank you for implementing this plugin! I have a small request: Being able to include a title in a diagram. E.g: ``` --- title: OcppServer class diagram --- classDiagram...

Good day, Thanks for creating and supporting this plugin. I saw that Mermaid supports renderer switch: https://mermaid.js.org/syntax/flowchart.html?#renderer Here is an example: https://mermaid.live/edit#pako:eNpVkE1ugzAQha9iedVKcAEWlRpos0nUqs2qmMUID9gK9ljGKIqAu9cuTX9mNZr3vZlnz7wlibzg3UCXVoEP7FQJy2I91qXyegwGxobl-cOyx8AMWbwubHe3JzYqck7b_n7jdwli5XxIGLKgtD2vm1R--V8sLqyqD-ACueavcrrQwp5q_ari-v-K8hhdz3UHRQd5C56V4BuecYPegJYx-pwMggeFBgUvYiuxg2kIgmfbLvH7vATMt-k394ZWoke_mXE4C56IGH6Nh2AK9H61LY8BhhEzPjkJASsNvQfzM0WpA_nj9pst2U730ezAfhDdqPUT0Nt2zA Is there a way to mention the `defaultRenderer`...

The regex used to match the start of a mermaid diagram doesn't work if there are comments at the beginning of a diagram. For example: ```markdown ```mermaid %% Debug using...

Hi thanks for the plugin, Is it possible to implement a pan and zoom with something like this? https://github.com/bumbu/svg-pan-zoom Our diagrams our quite large If you're accepting PRs our team...

I had an idea, but I don't know if it would actually be practical in the long term. This would make sense for diagrams where you are showing detail for...

Hi, while trying out new version of plugin (0.6.2) and messing around with directives I've noticed that when I setup [Mermaid Props](https://github.com/johanneswuerbach/backstage-plugin-techdocs-addon-mermaid/blob/main/src/Mermaid/props.ts#L3) for dark mode the directives will work only...

Hi, I am looking for a way to make this addon work serving the documentation localy in a Backstage app-like environment using "techdocs-cli serve" command. Is it something possible ?...

This add-on is missing MindMap, Quadrant, XY, and Block Beta. It's also missing ZenUml, but that will require another package.

The addon was missing support for MindMaps, Quadrants, XY, and Block-Beta. Added instructions for contributors to help out. Let me know if you'd like me to change anything. I was...