Skip to content
Snippets Groups Projects
Unverified Commit 1e554161 authored by Christos Kokosias's avatar Christos Kokosias Committed by GitHub
Browse files

Update README.md

parent 2c04abf5
No related branches found
No related tags found
1 merge request!64Notes
......@@ -52,7 +52,6 @@ value; // the actual HTML content of the editor
fileUpload; // used for uploading images (should return a promise with the actual file path)
placeholder; // a placeholder used for empty documents
config; // adds on the editor anything from new services, tools, Pmpplugins etc. Check [editoria config](https://github.com/christos8333/wax-prosemirror/blob/master/editors/editoria/src/config/config.js)
TrackChange; // Enable track changes
readonly; // editor in in read-only mode
onBlur; // on focus lost
layout; // used to create your own Layout using React components
......@@ -381,8 +380,7 @@ from within any service similar to Short Cuts as an `addRule` method is availabl
### Menu Service
Is used for adding menus to the editor. **TO DO How to create a group/tool and add it to the menu.**
Is used for adding menus to the editor.
## Other Stuff
1. How to create overlays. Check as an example the [link overlay](https://github.com/christos8333/wax-prosemirror/blob/master/wax-prosemirror-services/src/LinkService), which uses Wax's default overlay.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment