mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
docs: use front matter to enable table of contents
This commit is contained in:
parent
b575e83bd0
commit
0dd924e69d
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Commands
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Editor
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Events
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Extensions
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Keyboard Shortcuts
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Marks
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Nodes
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Schema
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Changelog
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Collaborative editing
|
||||
|
||||
:::pro Commercial use
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Accessibility
|
||||
|
||||
:::pro Fund the development ♥
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Collaborative editing
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Configuration
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Custom extensions
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Overwrite & extend
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Create menus
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Interactive node views
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Examples
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Node views with JavaScript
|
||||
|
||||
## toc
|
||||
@ -119,5 +123,3 @@ Got it? You’re free to do anything you like, as long as you return a container
|
||||
<demo name="Guide/NodeViews/JavaScriptContent" />
|
||||
|
||||
Keep in mind that this content is rendered by tiptap. That means you need to tell what kind of content is allowed, for example with `content: 'inline*'` in your node extension (that’s what we use in the above example).
|
||||
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Node views with React
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Node views with Vue
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Output
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Styling
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Working with TypeScript
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Impressum
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Installation
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
---
|
||||
title: Alpine WYSIWYG
|
||||
---
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Livewire WYSIWYG
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Livewire
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Nuxt.js WYSIWYG
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Nuxt.js
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: React WYSIWYG
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# React
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Svelte WYSIWYG
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Svelte
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Vue.js 2 WYSIWYG
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Vue.js 2
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Vue.js 3 WYSIWYG
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Vue.js 3
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Contributing
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Upgrade Guide
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# Privacy Policy
|
||||
|
||||
## toc
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
tableOfContents: true
|
||||
---
|
||||
|
||||
# About the project
|
||||
|
||||
## toc
|
||||
|
Loading…
Reference in New Issue
Block a user