From fe23ca5d117485511d11e062488895f509cfc3eb Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Fri, 9 Dec 2022 17:21:05 -0800 Subject: [PATCH 1/3] add plugin links --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31152515b..634e70010 100644 --- a/README.md +++ b/README.md @@ -187,13 +187,18 @@ Open sourced under the Mozilla Public License 2.0. See [./LICENSE.txt](./LICENSE ## Related -### VSCode extension +### Official plugins -[https://github.com/terrastruct/d2-vscode](https://github.com/terrastruct/d2-vscode) +- **VSCode extension**: [https://github.com/terrastruct/d2-vscode](https://github.com/terrastruct/d2-vscode) +- **Vim extension**: [https://github.com/terrastruct/d2-vim](https://github.com/terrastruct/d2-vim) +- **Obsidian plugin**: [https://github.com/terrastruct/d2-obsidian](https://github.com/terrastruct/d2-obsidian) -### Vim extension +### Community plugins -[https://github.com/terrastruct/d2-vim](https://github.com/terrastruct/d2-vim) +- **Tree-sitter grammar**: [https://github.com/pleshevskiy/tree-sitter-d2](https://github.com/pleshevskiy/tree-sitter-d2) +- **Emacs extension**: [https://github.com/andorsk/d2-mode](https://github.com/andorsk/d2-mode) +- **Telegram bot**: [https://github.com/meinside/telegram-d2-bot](https://github.com/meinside/telegram-d2-bot) +- **Postgres importer**: [https://github.com/zekenie/d2-erd-from-postgres](https://github.com/zekenie/d2-erd-from-postgres) ### Language docs From 5e45b606a3dca6f65fa4276d2ec24ea7501ac461 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Fri, 9 Dec 2022 17:26:12 -0800 Subject: [PATCH 2/3] add description --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 634e70010..188ee0594 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,12 @@ Open sourced under the Mozilla Public License 2.0. See [./LICENSE.txt](./LICENSE ## Related +We are constantly working on new plugins, integrations, extensions. Contributions are +welcome in any official or community plugins. If you have somewhere in your workflow that +you want to use D2, feel free to open a discussion. We have limited bandwidth and usually +choose the most high-demand ones to work on. If you make a plugin for one yourself, let us +know and we'll be happy to include it here or help you out! + ### Official plugins - **VSCode extension**: [https://github.com/terrastruct/d2-vscode](https://github.com/terrastruct/d2-vscode) From c23b17db150d7dd5e1107100920b460a069c3189 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Fri, 9 Dec 2022 17:28:11 -0800 Subject: [PATCH 3/3] edit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 188ee0594..c2b69f7d6 100644 --- a/README.md +++ b/README.md @@ -190,8 +190,8 @@ Open sourced under the Mozilla Public License 2.0. See [./LICENSE.txt](./LICENSE We are constantly working on new plugins, integrations, extensions. Contributions are welcome in any official or community plugins. If you have somewhere in your workflow that you want to use D2, feel free to open a discussion. We have limited bandwidth and usually -choose the most high-demand ones to work on. If you make a plugin for one yourself, let us -know and we'll be happy to include it here or help you out! +choose the most high-demand ones to work on. If you make something cool with D2 yourself, +let us know and we'll be happy to include it here! ### Official plugins