From 18d30ed1efd2f725a01cacdee113891be93c8307 Mon Sep 17 00:00:00 2001 From: Christos <kokosias.christos@gmail.com> Date: Fri, 31 Jan 2020 10:27:00 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab181a928..33b4576d2 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ CreateNode( If the above 2 services are registed SchemaService will merge those 2 nodes into a single prosemirror one having both attributes. -LayoutService +###LayoutService This service enables us to set a layout for the editor. Internally Wax calls the setLayout method to apply a layout. How can you write your own layout. (link editoria layout). @@ -382,5 +382,5 @@ from within any service similar to Short Cuts as an `addRule` method is availabl Is used for adding menus to the editor. **TO DO How to create a group/tool and add it to the menu.** ## Other Stuff -1. How to create overlays +1. How to create overlays. See as an example the [link overlay](https://gitlab.coko.foundation/wax/wax-prosemirror/tree/master/wax-prosemirror-services/src/LinkService), which uses Wax's default overlay. -- GitLab