Update README.md

This commit is contained in:
Yeshan Kaushik
2025-04-22 20:39:09 +05:30
committed by GitHub
parent 2f4b8c38a1
commit 2fbc73e8f8

View File

@@ -169,6 +169,22 @@ are implemented in separate modules.
| [PSPDFKit](https://www.nutrient.io/) | | [yjs-pspdfkit](https://github.com/hoangqwe159/yjs-pspdfkit) | [demo](https://github.com/hoangqwe159/yjs-pspdfkit) |
| [Rows n'Columns](https://www.rowsncolumns.app/) | ✔ | [@rowsncolumns/y-spreadsheet](https://docs.rowsncolumns.app/collaboration/yjs-collaboration) | |
### Utilities
<dl>
<dt><a href="https://github.com/yjs/y-utility">y-utility</a></dt>
<dd>
Library with <code>YMultiDocUndoManager</code> (undo/redo across Yjs docs) and <code>YKeyValue</code> (optimized key-value store).
</dd>
<dt><a href="https://github.com/Tulip-Writer/yjs-orderedtree">yjs-orderedtree</a> 🌳 </dt>
<dd>
Class for ordered trees via Y.Map. Handles <code>insert</code>, <code>delete</code>, and <code>move</code> operations for folder-like hierarchies.
</dd>
</dl>
### Providers
Setting up the communication between clients, managing awareness information,