From 5a8d6091810c7ba31ea95d5aaf4e07c264aaeb6a Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 16 Sep 2021 20:46:39 +0200 Subject: [PATCH] docs: update the introduction, fix #1435 --- docs/src/docPages/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/docPages/introduction.md b/docs/src/docPages/introduction.md index d4b01d6c3..1611c15f9 100644 --- a/docs/src/docPages/introduction.md +++ b/docs/src/docPages/introduction.md @@ -17,3 +17,5 @@ Create exactly the rich text editor you want out of customizable building blocks ## What does “headless” mean? There is no provided user interface, you are absolutely free to build whatever interface you want. No need to overwrite any class, to use `!important` or other hacks, just write whatever you like in the setup you are used to. +## So … should I use ProseMirror? +[ProseMirror](https://ProseMirror.net) is a well-written, reliable and very powerful editor toolkit. It’s not so much the ready-to-use editor most people look for, though. With tiptap you can start in minutes, choose from tons of amazing extensions and still have that powerful ProseMirror API accessible when you really need it.