File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Original file line number Diff line number Diff line change @@ -169,6 +169,23 @@ are implemented in separate modules.
169
169
| [ PSPDFKit] ( https://www.nutrient.io/ ) | | [ yjs-pspdfkit] ( https://github.com/hoangqwe159/yjs-pspdfkit ) | [ demo] ( https://github.com/hoangqwe159/yjs-pspdfkit ) |
170
170
| [ Rows n'Columns] ( https://www.rowsncolumns.app/ ) | ✔ | [ @rowsncolumns/y-spreadsheet ] ( https://docs.rowsncolumns.app/collaboration/yjs-collaboration ) | |
171
171
172
+ ### Utilities
173
+ Tools that extend the core functionality of Yjs.
174
+
175
+ <dl >
176
+ <dt ><a href =" https://github.com/yjs/y-utility " >y-utility</a ></dt >
177
+ <dd >
178
+ Library with <code >YMultiDocUndoManager</code > (undo/redo across Yjs docs) and <code >YKeyValue</code > (optimized key-value store).
179
+ </dd >
180
+
181
+ <dt ><a href =" https://github.com/Tulip-Writer/yjs-orderedtree " >yjs-orderedtree</a > 🌳 </dt >
182
+ <dd >
183
+ Class for ordered trees via Y.Map. Handles <code >insert</code >, <code >delete</code >, and <code >move</code > operations for folder-like hierarchies.
184
+ </dd >
185
+
186
+ </dl >
187
+
188
+
172
189
### Providers
173
190
174
191
Setting up the communication between clients, managing awareness information,
You can’t perform that action at this time.
0 commit comments