add introduction to all pages, move under table of contents

This commit is contained in:
Hans Pagel
2020-10-01 12:26:20 +02:00
parent 1250f1f1b6
commit d99b75f6dd
13 changed files with 42 additions and 13 deletions

View File

@@ -1,8 +1,10 @@
# Extensions
Extensions are the way to add functionality to tiptap. By default tiptap comes bare, without any of them, but we have a long list of extensions that are ready to be used with tiptap.
## Table of Contents
## Introduction
Extensions are the way to add functionality to tiptap. By default tiptap comes bare, without any of them, but we have a long list of extensions that are ready to be used with tiptap.
## A minimalist set of extensions
Youll need at least three extensions: `Document`, `Paragraph` and `Text`. See [an example of a tiptap version for minimalists](/examples/minimalist).