From 2f5b0a875dc42c038d1a367629dfc9625ed2b7ee Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 29 Apr 2023 20:55:35 -0700 Subject: [PATCH] add logseq plugin --- README.md | 1 + ci/release/changelogs/next.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b98230348..b0f80ae2e 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ let us know and we'll be happy to include it here! - **D2 Snippets (for text editors)**: [https://github.com/Paracelsus-Rose/D2-Language-Code-Snippets](https://github.com/Paracelsus-Rose/D2-Language-Code-Snippets) - **Mongo to D2**: [https://github.com/novuhq/mongo-to-D2](https://github.com/novuhq/mongo-to-D2) - **Pandoc filter**: [https://github.com/ram02z/d2-filter](https://github.com/ram02z/d2-filter) +- **Logseq-D2**: [https://github.com/b-yp/logseq-d2](https://github.com/b-yp/logseq-d2) ### Misc diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index efa62a77e..3320fc87a 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -9,6 +9,7 @@ - ELK preserves order of objects in cycles [#1235](https://github.com/terrastruct/d2/pull/1235) - Improper usages of `class` and `style` get error messages [#1254](https://github.com/terrastruct/d2/pull/1254) - Improves scaling of object widths/heights in grid diagrams [#1263](https://github.com/terrastruct/d2/pull/1263) +- Enhance Markdown parsing error message by appending link to docs [#1269](https://github.com/terrastruct/d2/pull/1269) #### Bugfixes ⛑️