Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 703 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 703 Bytes

this repo was moved to https://codeberg.org/webxdc/editor

yjs_editor

This tool uses yjs (A CRDT tool) to provide a WYSIWYG editor which can be used as a chat-shared app as supported by Delta Chat or Cheogram.

Technical Details

  • Prosemirror
  • Yjs
  • Deltachat

Development

install dependecies

npm install

run the dev-server (vite)

npm run dev

Building

npm build

together with the script this should create a bundeled *.xdc app which can be send into deltachat chats.