ncgegkhepmclapihakjkpefpfodjobao
GUI support for editing Mermaid(But Now, Support Flowchart and Sequence diagram, Class diagram, ER diagram, and State diagram Only) 補足: このExtensionは、Mermaidがgithubで正式にサポートされたのを受けて、issueなどでのMermaid利用の敷居を下げることを目的として作成していますが、githubでのみに限定する必要もないと考え、どのページでも利用可能にしています。 You can display an editor view with GUI support for Mermaid editing. Currently, GUI support is supported only for editing some parts of the flowchart and sequence, class diagram, er diagram, and state diagram. Descriptions not supported by GUI support (e.g., Direction and Subgraphs in flowcharts) will be reflected by editing the Mermaid code directly. Supplement: This extension was created with the aim of lowering the threshold for using Mermaid in issues after Mermaid was officially supported on github, but we believe that it does not need to be limited to github only, so we make it available on any page.
Open in Mermaid editor
Open embedded diagrams in a Mermaid editor Open embedded diagrams in a Mermaid editor Supported editors: mermaid.live Supported diagrams: mermaid.ink, kroki.io Source code at https://github.com/serverwentdown/open-in-mermaid-editor
Mermaid extension
Azure devops support for mermaidjs
Mermaid Previewer Sidebar
Instantly preview Mermaid diagrams in a Chrome sidebar. Ideal for ChatGPT, markdown notes, and flowchart editing. This Chrome extension enables real-time preview of Mermaid.js diagrams in a persistent sidebar, making diagram creation seamless and efficient. Perfect for AI chat workflows (ChatGPT, Gemini, Claude), Markdown editing, technical documentation, and flowchart design. Real-time rendering of Mermaid diagrams as you type Multiple themes including hand-drawn/sketch styles for visual variety Persistent sidebar that works alongside your browser tabs One-click copy & paste support when chatting with AI assistants Fully compatible with Markdown and popular note-taking apps 🚀 Enhance your productivity by instantly visualizing flowcharts, sequence diagrams, and graphs without switching contexts. Ideal for developers, writers, and anyone who uses Mermaid for quick diagramming.
Markdown Preview Plus
Converts and previews markdown files (.md, .markdown) to HTML(include TOC) right inside Chrome and support live reload Automatically parses markdown files (.md) into HTML with live reload 1. Install extension from webstore (creates no new UI) 2. Check "Allow access to file URLs" in chrome://extensions listing: 3. Open local or remote .md file in Chrome. 4. See nicely formatted HTML! Note: The auto reload feature is disabled default. * Support auto reload. * Support external css file. * Customize theme for every md file. * Support github flavored markdown. * Export nicely formatted HTML. * Support render Katex, Mermaid. The extension is open source. https://github.com/volca/markdown-preview Fix a bug for the tag style * Fix a bug for load fonts of Katex * Fix a bug for "table of contents" * Compatible with Chrome 136 * Update mermaid lib * Update marked lib * Update marked lib * Fix a bug for clear custom CSS paths * Supports add custom CSS path. See #19 * Fix a bug for render mermaid. See #158