Wax Editor
|
---|
This application is being developed by the Coko Foundation, for the University of California Press as part of the Editoria application.
Wax Editor is build against Prosemirror libraries. Check Prosemirror website and GitHub repo for more information.
Introduction
Wax is a Monorepo that consists of several packages.
wax-prosemirror-core
Core holds all the funcionality of
wax-prosemirror-schema
Schema consists of all the different nodes/marks currently supported by the editor.
wax-prosemirror-components
React components
wax-prosemirror-themes
wax-prosemirror-layouts
wax-prosemirror-utilities
Editors
Editors are private pakages inside the monorepo, for development/demo purposes.
Get up and running
Run a local version of the editor
-
git@gitlab.coko.foundation:wax/wax-prosemirror.git
-
yarn with node > 11
-
yarn editoria
Will bring up a demo of the Editoria Ediitor -
yarn default
Will bring up a basic version will only an editing surface accepting paragragraphs
Scripts: yarn
, yarn clean
, yarn reset