mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
docs(extensions): mention community extensions and discussion thread (#2991)
This commit is contained in:
parent
57a9e864f4
commit
6a51faded7
@ -31,6 +31,8 @@ There are also some extensions with more capabilities. We call them [nodes](/api
|
|||||||
|
|
||||||
You don’t have to use it, but we prepared a `@tiptap/starter-kit` which includes the most common extensions. Read more about [`StarterKit`](/guide/configuration#default-extensions).
|
You don’t have to use it, but we prepared a `@tiptap/starter-kit` which includes the most common extensions. Read more about [`StarterKit`](/guide/configuration#default-extensions).
|
||||||
|
|
||||||
|
Also a list of community extensions can be found in the [Awesome Tiptap Repository](https://github.com/ueberdosis/awesome-tiptap#community-extensions). There is also a [Discussion Thread](https://github.com/ueberdosis/tiptap/discussions/2973) about community extensions.
|
||||||
|
|
||||||
## How extensions work
|
## How extensions work
|
||||||
Although Tiptap tries to hide most of the complexity of ProseMirror, it’s built on top of its APIs and we recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/) for advanced usage. You’ll have a better understanding of how everything works under the hood and get more familiar with many terms and jargon used by Tiptap.
|
Although Tiptap tries to hide most of the complexity of ProseMirror, it’s built on top of its APIs and we recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/) for advanced usage. You’ll have a better understanding of how everything works under the hood and get more familiar with many terms and jargon used by Tiptap.
|
||||||
|
|
||||||
@ -62,4 +64,3 @@ const editor = new Editor({
|
|||||||
```
|
```
|
||||||
|
|
||||||
Learn [more about custom extensions in our guide](/guide/custom-extensions).
|
Learn [more about custom extensions in our guide](/guide/custom-extensions).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user