tiptap/docs/src/docPages/introduction.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

2020-04-20 05:50:55 +08:00
# Introduction
2020-09-21 23:17:35 +08:00
tiptap is a renderless wrapper around [ProseMirror](https://ProseMirror.net) a toolkit for building rich-text editors that is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*.
2020-04-20 05:50:55 +08:00
2020-09-21 23:17:35 +08:00
Although tiptap tries to hide most of the complexity of ProseMirror, its built on top of its APIs and we strongly recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/). Youll have a better understanding of how everything works under the hood and get familiar with many terms and jargon used by tiptap.
2020-04-20 05:50:55 +08:00
2020-08-28 19:20:49 +08:00
## Renderless
2020-09-21 23:17:35 +08:00
We dont tell you what a menu should look like or where it should be rendered in the DOM. Thats why tiptap is renderless and comes without any CSS. You are in full control over markup and styling.
2020-08-28 19:20:49 +08:00
2020-09-21 23:17:35 +08:00
## Works with and without Vue.js
We dont care what framework you use. Tiptap is ready to be used with plain JavaScript, Vue.js or React. That makes it even possible to write a renderer for Svelte and others.
## Who uses tiptap?
2020-04-20 05:50:55 +08:00
- [GitLab](https://gitlab.com)
- [Statamic CMS](https://statamic.com)
- [Twill CMS](https://twill.io)
- [ApostropheCMS](https://apostrophecms.com)
- [Directus CMS](https://directus.io)
- [Nextcloud](https://apps.nextcloud.com/apps/text)
2020-08-13 17:45:21 +08:00
- [Craft CMS](https://craftcms.com/)
2020-08-11 22:35:18 +08:00
- [and many more →](https://github.com/ueberdosis/tiptap/network/dependents?package_id=UGFja2FnZS0xMzE5OTg0ODc%3D)