rename table of contents to keep the search results clean

This commit is contained in:
Hans Pagel
2020-10-28 15:25:06 +01:00
parent 3e2c72cc93
commit 8c3a2b7d1c
17 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# Build your editor
## Table of Contents
## toc
## Introduction
In its simplest version tiptap comes very raw. There is no menu, no buttons, no styling. Thats intended. See tiptap as your building blocks to build exactly the editor you would like to have.

View File

@@ -1,6 +1,6 @@
# Collaborative editing
## Table of Contents
## toc
## Introduction

View File

@@ -1,6 +1,6 @@
# Configuration
## Table of Contents
## toc
## Introduction
tiptap is all about customization. There are a ton of options to configure the behavior and functionality of the editor. Most of those settings can be set before creating the Editor. Give tiptap a JSON with all the settings you would like to overwrite.

View File

@@ -1,6 +1,6 @@
# Custom Extensions
# Custom extensions
## Table of Contents
## toc
## Introduction
One of the strength of tiptap is its extendability. You dont depend on the provided extensions, its intended to extend the editor to your liking. With custom extensions you can add new content types and new functionalities, on top of what already exists or on top of that.

View File

@@ -1,6 +1,6 @@
# Custom styling
## Table of Contents
## toc
## Introduction
Tiptap is renderless, that doesnt mean there is no styling provided. You can decided how your editor should look like.

View File

@@ -1,6 +1,6 @@
# Getting started
## Table of Contents
## toc
## Introduction
tiptap is framework-agnostic and works with Vue.js and React. It even works with plain JavaScript, if thats your thing. To keep everything as small as possible, we put the code to use tiptap with those frameworks in different packages.

View File

@@ -1,6 +1,6 @@
# Store content
## Table of Contents
## toc
## Introduction
You can store your content as a JSON object or as a good old HTML string. Both work fine. And of course, you can pass both formats to the editor to restore your content.