Skip to content
Snippets Groups Projects

Wax Editor

MIT license Commitizen friendly

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

  1. git@gitlab.coko.foundation:wax/wax-prosemirror.git

  2. yarn with node > 11

  3. yarn editoria Will bring up a demo of the Editoria Ediitor

  4. yarn default Will bring up a basic version will only an editing surface accepting paragragraphs

Scripts: yarn , yarn clean, yarn reset