add table of content support
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Custom Extensions
|
||||
Let’s extend tiptap with a custom extension!
|
||||
|
||||
## Table of Contents
|
||||
|
||||
## Option 1: Change defaults
|
||||
|
||||
Let’s say you want to change the keyboard shortcuts for the bullet list. You should start by looking at [the source code of the `BulletList` extension](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-bullet-list/index.ts) and find the default you’d like to change. In that case, the keyboard shortcut, and just that.
|
||||
|
||||
Reference in New Issue
Block a user