From b169211c649f4ed9768aa405e6ef3f5f98de35e7 Mon Sep 17 00:00:00 2001 From: Naresh Bhatia Date: Wed, 31 Mar 2021 14:32:48 -0400 Subject: [PATCH] docs: add react-force/slate-editor to the list of pre-packaged editors (#3876) --- docs/general/resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/general/resources.md b/docs/general/resources.md index b549cd8e1..d32a9c6ba 100644 --- a/docs/general/resources.md +++ b/docs/general/resources.md @@ -42,6 +42,7 @@ These pre-packaged editors are built on top of Slate, and can be helpful to see - [French Press Editor](https://github.com/roast-cms/french-press-editor) is a customizeable editor with offline support. - [Nossas Editor](http://slate-editor.bonde.org/) is a drop-in WYSIWYG editor. - [ORY Editor](https://editor.ory.am/) is a self-contained, inline WYSIWYG editor library. +- [React Force Slate Editor](https://github.com/nareshbhatia/react-force/tree/master/packages/slate-editor) is a light-weight medium-style editor with no editor chrome. - [Slate Plugins Next](https://github.com/zbeyens/slate-plugins-next) provides an editor with configurable and extendable plugins. (Or, if you have their exact use case, can be a drop-in editor for you.)