Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b7e65d

Browse filesBrowse files
authored
Merge pull request #708 from Yeshan-K/main
Added utilities category to README
2 parents 2f4b8c3 + 120856d commit 6b7e65d
Copy full SHA for 6b7e65d

File tree

Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,23 @@ are implemented in separate modules.
169169
| [PSPDFKit](https://www.nutrient.io/) | | [yjs-pspdfkit](https://github.com/hoangqwe159/yjs-pspdfkit) | [demo](https://github.com/hoangqwe159/yjs-pspdfkit) |
170170
| [Rows n'Columns](https://www.rowsncolumns.app/) || [@rowsncolumns/y-spreadsheet](https://docs.rowsncolumns.app/collaboration/yjs-collaboration) | |
171171

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+
172189
### Providers
173190

174191
Setting up the communication between clients, managing awareness information,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.