An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Mermaid for Zed

An extension that adds Mermaid support for Zed.

A snippet of Mermaid code in the Zed editor, with the syntax highlighted

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)