https://github.com/gabeidx/zed-graphviz
Graphviz support for Zed
https://github.com/gabeidx/zed-graphviz
diagram dot graphviz zed zed-extension
Last synced: 8 months ago
JSON representation
Graphviz support for Zed
- Host: GitHub
- URL: https://github.com/gabeidx/zed-graphviz
- Owner: gabeidx
- License: mit
- Created: 2024-10-16T15:18:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T09:45:54.000Z (12 months ago)
- Last Synced: 2025-01-15T10:58:24.910Z (9 months ago)
- Topics: diagram, dot, graphviz, zed, zed-extension
- Language: Scheme
- Homepage:
- Size: 132 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Graphviz for Zed
An extension that adds Graphviz support for Zed.
Learn more about Graphviz 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 `"Graphviz"`.
3. Click `"Install"`.## Acknowledgments
- Tree-sitter grammar by rydesun: [tree-sitter-dot](https://github.com/rydesun/tree-sitter-dot)