diff --git a/README.md b/README.md index c2b69f7d6..3293a0cdd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ A modern diagram scripting language that turns text to diagrams. -[Language docs](https://d2lang.com) | [Cheat sheet](./docs/assets/cheat_sheet.pdf) | [Comparisons](https://text-to-diagram.com) + +[Docs](https://d2lang.com) | [Cheat sheet](./docs/assets/cheat_sheet.pdf) | [Comparisons](https://text-to-diagram.com) | [Playground](https://play.d2lang.com) [![ci](https://github.com/terrastruct/d2/actions/workflows/ci.yml/badge.svg)](https://github.com/terrastruct/d2/actions/workflows/ci.yml) [![daily](https://github.com/terrastruct/d2/actions/workflows/daily.yml/badge.svg)](https://github.com/terrastruct/d2/actions/workflows/daily.yml) @@ -13,6 +14,10 @@ [![twitter](https://img.shields.io/twitter/follow/terrastruct?style=social)](https://twitter.com/terrastruct) [![license](https://img.shields.io/github/license/terrastruct/d2?color=9cf)](./LICENSE.txt) + +D2 Playground button + + https://user-images.githubusercontent.com/3120367/206125010-bd1fea8e-248a-43e7-8f85-0bbfca0c6e2a.mp4 @@ -33,9 +38,8 @@ https://user-images.githubusercontent.com/3120367/206125010-bd1fea8e-248a-43e7-8 - Contributing - License - Related - - VSCode extension - - Vim extension - - Language docs + - Official plugins + - Community plugins - Misc - FAQ @@ -206,13 +210,11 @@ let us know and we'll be happy to include it here! - **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 - -[https://github.com/terrastruct/d2-docs](https://github.com/terrastruct/d2-docs) - ### Misc -- [https://github.com/terrastruct/text-to-diagram-site](https://github.com/terrastruct/text-to-diagram-site) +- **Comparison site**: [https://github.com/terrastruct/text-to-diagram-site](https://github.com/terrastruct/text-to-diagram-site) +- **Playground**: [https://github.com/terrastruct/d2-playground](https://github.com/terrastruct/d2-playground) +- **Language docs**: [https://github.com/terrastruct/d2-docs](https://github.com/terrastruct/d2-docs) ## FAQ diff --git a/docs/assets/playground_button.png b/docs/assets/playground_button.png new file mode 100644 index 000000000..d4e496af0 Binary files /dev/null and b/docs/assets/playground_button.png differ