shiki-editor
v2.10.0
Published
Shikimori text editor
Downloads
131
Readme
shiki-editor
shiki-editor
is a wysiwyg editor based on prosemirror. To understand how it works internally please read prosemirror guide.
shiki-editor
inner architecture is also highly inspired by tiptap source code. Many parts of the code are taken from there.
Installation & Run
yarn install
cd demo
yarn install
yarn start
Run tests
yarn test --watchAll
Package release command
Obtain release token here https://github.com/settings/tokens/new?scopes=repo&description=release-it
GITHUB_TOKEN=... npx release-it