0.0.12 • Published 5 months ago

@kerebron/extension-yjs v0.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Kerebron - Prosemirror based online editor kit

Watch a Demo

Playground Demo

playground - be nice.

Overview

Using vanilla Prosemirror modules is often impossible because of incompatibilities.

Kerebron forks several prosemirror projects into one monorepo in order to keep them in sync.

Project is inspired on https://tiptap.dev/, but instead of building wrapper around a wrapper it borrows concept of extension and command manager.

It has simplified tooling (deno), fewer dependencies and resulting in lower number of output npm modules.

Work in progress

Development

To start example server:

deno task -f example-server-hono start

Build

NPM packages are generated using DNT

To generate npm packages

deno -A ./scripts/build_npm.ts

Run through docker

docker build . -t editor-test
docker run -it -p 8000:8000 -v $PWD:/usr/src/app editor-test
0.0.12

5 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago