mirror of
https://github.com/yjs/yjs.git
synced 2025-12-16 11:47:46 +01:00
lint
This commit is contained in:
14
README.md
14
README.md
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user