A tool for exploring and understanding the Slate rich-text editor framework.
- Edit in the input boxes: left box is a Slate editor, right box is an editor for the XML representation of the Slate tree
- Transform or inspect the Slate tree in the transform box: left box takes arbitrary Javascript code (with the Slate API and
editor
in the environment), right box is an inspector on thereturn
value of the code - See the output editor and XML tree in the output boxes
More context and details here.
Run from a local clone with npx http-server .
.