From dd8737e3e1c5b816f3e19f1baf24607521cc62c7 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 24 Sep 2020 18:41:06 +0200 Subject: [PATCH] add an outline to custom extensions from scratch --- .../docPages/guide/custom-extensions/start-from-scratch.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/docPages/guide/custom-extensions/start-from-scratch.md b/docs/src/docPages/guide/custom-extensions/start-from-scratch.md index 3b4a8e256..63d588d50 100644 --- a/docs/src/docPages/guide/custom-extensions/start-from-scratch.md +++ b/docs/src/docPages/guide/custom-extensions/start-from-scratch.md @@ -1,7 +1,12 @@ # Start from scratch ## 1. Read the documentation +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. ## 2. Have a look at existing extensions ## 3. Get started + +## 4. Asking questions + +## 5. Publishing a community extension