https://github.com/gabeidx/zed-mermaid
Mermaid support for Zed
https://github.com/gabeidx/zed-mermaid
diagrams mermaid mermaidjs zed zed-extension
Last synced: 5 months ago
JSON representation
Mermaid support for Zed
- Host: GitHub
- URL: https://github.com/gabeidx/zed-mermaid
- Owner: gabeidx
- License: mit
- Created: 2024-10-16T07:12:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-18T09:42:43.000Z (about 1 year ago)
- Last Synced: 2025-03-05T00:47:28.270Z (8 months ago)
- Topics: diagrams, mermaid, mermaidjs, zed, zed-extension
- Language: Scheme
- Homepage:
- Size: 61.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Mermaid for Zed
An extension that adds Mermaid support for Zed.

Learn more about Mermaid at
## Installation
1. Open the Zed Extension Gallery by:
a. pressing `cmd-shift-x` (macOS)
b. or pressing `ctrl-shift-x` (Linux)
c. or triggering the `zed: extensions` command from the command pallet
d. or by selecting `"Zed > Extensions"` from the menu bar
2. Search for `"Mermaid"`.
3. Click `"Install"`.
## Acknowledgments
- Tree-sitter grammar by monaqa: [tree-sitter-mermaid](https://github.com/monaqa/tree-sitter-mermaid)