isTravis / prosemirror-with-react-rendered-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProseMirror with a React Rendered Node

screen recording

Open index.html in a browser. Use the "insert orange" button to insert a document node that renders as a React component.

Local development

If you'd like to modify the files:

Install node.js.

Install npm dependencies

npm install

Then run the build process, which will recompile on file changes:

node build.js

About


Languages

Language:JavaScript 100.0%Language:HTML 0.0%