0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 01:10:43 +08:00
discourse/plugins/discourse-graphviz/config/locales/client.en.yml
David Taylor be74f5ff1c
FEATURE: Modernize Graphviz implementation (#40720)
This commit updates the graphviz plugin implementation to match the
official Discourse mermaid theme-component. This moves the rendering to
be 100% client-side and 100% SVG, with a builtin fullscreen view. The
change improves image quality and simplifies the implementation.
Graphviz diagrams will now adopt a fixed 16:9 size in posts, to avoid
any scroll jumps.
2026-06-11 11:42:23 +01:00

6 lines
157 B
YAML
Vendored

en:
js:
graphviz:
composer_title: "Insert Graphviz graph"
composer:
graphviz_sample: "digraph G {\n a -> b;\n b -> c;\n a -> c;\n}"