Docs
Examples

Examples

You can find the examples of basic usage in Loro examples in Deno (opens in a new tab);

loro-prosemirror

GitHub: loro-dev/loro-prosemirror (opens in a new tab)

It provides seamless integration between Loro and ProseMirror, a powerful rich text editor framework. It includes:

  • Document state synchronization with rich text support
  • Cursor awareness and synchronization
  • Undo/Redo support in collaborative editing

It can also be used with Tiptap (opens in a new tab), a popular rich text editor built on top of ProseMirror. This means you can easily add collaborative editing capabilities to your Tiptap-based applications.

loro-codemirror

GitHub: loro-dev/loro-codemirror (opens in a new tab)

This package provides integration between Loro and CodeMirror 6, a versatile code editor. It supports:

  • Document state synchronization
  • Cursor awareness synchronization
  • Undo/Redo functionality

loro-inspector

GitHub: loro-dev/loro-inspector (opens in a new tab)