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

Update README.md

parent 98ee0436
No related branches found
No related tags found
1 merge request!159Fix link
...@@ -26,7 +26,8 @@ Run a local version of the editor ...@@ -26,7 +26,8 @@ Run a local version of the editor
Scripts: `yarn` , `yarn clean`, `yarn reset` Scripts: `yarn` , `yarn clean`, `yarn reset`
Check the current online demo of the [editor](https://christos8333.github.io/editor-demo/)
### Check the current online demo of the [editor](https://christos8333.github.io/editor-demo/)
## Introduction ## Introduction
...@@ -59,7 +60,6 @@ config; // adds on the editor anything from new services, tools, Pmpplugins etc. ...@@ -59,7 +60,6 @@ config; // adds on the editor anything from new services, tools, Pmpplugins etc.
readonly; // editor in in read-only mode readonly; // editor in in read-only mode
onBlur; // on focus lost onBlur; // on focus lost
layout; // used to create your own Layout using React components layout; // used to create your own Layout using React components
TrackChange; // enables track changes (under development)
debug; // dev-tools (https://github.com/d4rkr00t/prosemirror-dev-tools) debug; // dev-tools (https://github.com/d4rkr00t/prosemirror-dev-tools)
``` ```
......
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