22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
---
|
||
tableOfContents: true
|
||
---
|
||
|
||
# Introduction
|
||
|
||
## toc
|
||
|
||
## What’s tiptap?
|
||
[](https://www.npmjs.com/package/@tiptap/core)
|
||
[](https://npmcharts.com/compare/@tiptap/core?minimal=true)
|
||
[](https://www.npmjs.com/package/@tiptap/core)
|
||
[](https://github.com/sponsors/ueberdosis)
|
||
|
||
tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*.
|
||
|
||
Create exactly the rich text editor you want out of customizable building blocks. tiptap comes with sensible defaults, a lot of extensions and a friendly API to customize every aspect. It’s backed by a welcoming community, open source, and free.
|
||
|
||
## 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.
|
||
|