1.0.6 • Published 3 years ago

shiki-editor-v2 v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Build Status

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

Package release command

GITHUB_TOKEN=... npm run release