mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 22:36:14 +08:00
add content
This commit is contained in:
parent
f9d272779e
commit
d0bc48d6fb
@ -4,18 +4,19 @@ tiptap is a <g-link to="/renderless">renderless</g-link> wrapper around [ProseMi
|
||||
|
||||
Although tiptap tries to hide most of the complexity of ProseMirror, it’s is built on top of its APIs and we strongly recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/). You’ll have a better understanding of how everything works under the hood and get familiar with many terms and jargon used by tiptap.
|
||||
|
||||
## Who is using tiptap already?
|
||||
## Who is using tiptap?
|
||||
- [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)
|
||||
- [Craft CMS](https://craftcms.com/)
|
||||
- [and many more →](https://github.com/ueberdosis/tiptap/network/dependents?package_id=UGFja2FnZS0xMzE5OTg0ODc%3D)
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see the [`CONTRIBUTING.md`](https://github.com/ueberdosis/tiptap/blob/master/CONTRIBUTING.md) file for details.
|
||||
Please see the [`CONTRIBUTING.md`](https://github.com/ueberdosis/tiptap-next/blob/main/CONTRIBUTING.md) file for details.
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
|
@ -4,6 +4,8 @@
|
||||
link: /introduction/
|
||||
- title: Installation ✅
|
||||
link: /installation/
|
||||
- title: Upgrade Guide ❌
|
||||
link: /upgrade-guide/
|
||||
|
||||
- title: Guide
|
||||
items:
|
||||
|
Loading…
Reference in New Issue
Block a user