add logseq plugin

This commit is contained in:
Alexander Wang 2023-04-29 20:55:35 -07:00
parent ef32496609
commit 2f5b0a875d
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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 ⛑️