docs: update the introduction, fix #1435

This commit is contained in:
Hans Pagel 2021-09-16 20:46:39 +02:00
parent b901669803
commit 5a8d609181

View File

@ -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. Its 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.