This commit is contained in:
Kevin Jahns
2025-04-27 19:52:50 +02:00
parent 120d61176c
commit 2f33d1665e

View File

@@ -170,22 +170,26 @@ are implemented in separate modules.
| [Rows n'Columns](https://www.rowsncolumns.app/) | ✔ | [@rowsncolumns/y-spreadsheet](https://docs.rowsncolumns.app/collaboration/yjs-collaboration) | |
### Utilities
Tools that extend the core functionality of Yjs.
<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).
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>
<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.
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,