Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabeidx/zed-d2
D2 support for Zed
https://github.com/gabeidx/zed-d2
d2 diagram zed zed-extension
Last synced: 25 days ago
JSON representation
D2 support for Zed
- Host: GitHub
- URL: https://github.com/gabeidx/zed-d2
- Owner: gabeidx
- License: mit
- Created: 2024-10-16T09:56:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T09:50:45.000Z (3 months ago)
- Last Synced: 2024-10-20T13:00:15.735Z (3 months ago)
- Topics: d2, diagram, zed, zed-extension
- Language: Scheme
- Homepage:
- Size: 137 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# D2 for Zed
An extension that adds D2 support for Zed.
Learn more about D2 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 `"D2"`.
3. Click `"Install"`.## Acknowledgments
- Tree-sitter grammar by Dmitriy Pleshevskiy: [tree-sitter-d2](https://git.pleshevski.ru/pleshevskiy/tree-sitter-d2)