perry-white
v0.4.0
Published
Rich text editor built with ProseMirror plus React
Downloads
32
Readme
Perry White
History
Perry White is based on several projects.
- The base editor is ProseMirror.
- CZI-Prosemirror built on top of that and added React rendering
- That was extended further by the Licit Editor
- This fork converts from flow to Typescript, adds a few plugins and removes several that were not wanted
DEMO
Development
yarn start
will fire up webpack and serve the demo page for adhoc testing- The test page then then be viewed at http://localhost:3008/
yarn build:release
will compile for distribution- To test the build files you can manually copy them to a project via:
- rsync -rR {dist,scss} /node_modules/perry-white/