Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabeidx/zed-graphviz
Graphviz support for Zed
https://github.com/gabeidx/zed-graphviz
diagram dot graphviz zed zed-extension
Last synced: 17 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T09:45:54.000Z (4 months ago)
- Last Synced: 2024-10-19T21:36:58.546Z (3 months ago)
- Topics: diagram, dot, graphviz, zed, zed-extension
- Language: Scheme
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)