From 6a51faded7b326cecfe1aa4e2fe0dfe8332e5c55 Mon Sep 17 00:00:00 2001 From: Jeet Mandaliya <45892659+sereneinserenade@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:59:09 +0200 Subject: [PATCH] docs(extensions): mention community extensions and discussion thread (#2991) --- docs/api/extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/extensions.md b/docs/api/extensions.md index af776d66..eca92cbe 100644 --- a/docs/api/extensions.md +++ b/docs/api/extensions.md @@ -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). +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 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). -