Files
tiptap/docs/src/docPages/guide/custom-extensions/start-from-scratch.md
Hans Pagel 27fcc9a467 wording
2020-09-24 19:17:29 +02:00

13 lines
530 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Start from scratch
## 1. Read the documentation
Although tiptap tries to hide most of the complexity of ProseMirror, its built on top of its APIs and we recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/) for advanced usage. Youll 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. Ask questions
## 5. Publish a community extension