mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-29 08:19:34 +08:00
178 lines
4.8 KiB
YAML
178 lines
4.8 KiB
YAML
- title: Overview
|
|
items:
|
|
- title: Introduction
|
|
link: /
|
|
- title: Installation
|
|
link: /overview/installation
|
|
- title: Upgrade Guide
|
|
link: /overview/upgrade-guide
|
|
- title: Contributing
|
|
link: /overview/contributing
|
|
- title: Feedback
|
|
link: /overview/feedback
|
|
|
|
- title: Examples
|
|
link: /examples
|
|
redirect: /examples/basic
|
|
items:
|
|
- title: Basic text editor
|
|
link: /examples/basic
|
|
- title: Collaborative editing
|
|
link: /examples/collaborative-editing
|
|
pro: true
|
|
- title: Markdown shortcuts
|
|
link: /examples/markdown-shortcuts
|
|
- title: Formatting
|
|
link: /examples/formatting
|
|
- title: Todo app
|
|
link: /examples/todo-app
|
|
- title: Write a book
|
|
link: /examples/book
|
|
- title: For minimalists
|
|
link: /examples/minimalist
|
|
|
|
- title: Guide
|
|
items:
|
|
- title: Getting started
|
|
link: /guide/getting-started
|
|
items:
|
|
- title: Vue CLI
|
|
link: /guide/getting-started/vue-cli
|
|
- title: Nuxt.js
|
|
link: /guide/getting-started/nuxtjs
|
|
- title: Configure the editor
|
|
link: /guide/configure-the-editor
|
|
- title: Create a toolbar
|
|
link: /guide/create-a-toolbar
|
|
draft: true
|
|
- title: Custom styling
|
|
link: /guide/custom-styling
|
|
- title: Store content
|
|
link: /guide/store-content
|
|
- title: Build extensions
|
|
link: /guide/build-extensions
|
|
- title: Complex node views
|
|
link: /guide/node-views
|
|
draft: true
|
|
- title: Working with TypeScript
|
|
link: /guide/working-with-typescript
|
|
- title: Collaborative editing
|
|
link: /guide/collaborative-editing
|
|
pro: true
|
|
|
|
- title: API
|
|
items:
|
|
- title: Overview
|
|
link: /api/overview
|
|
- title: Editor
|
|
link: /api/editor
|
|
- title: Nodes
|
|
link: /api/nodes
|
|
items:
|
|
- title: Blockquote
|
|
link: /api/nodes/blockquote
|
|
- title: BulletList
|
|
link: /api/nodes/bullet-list
|
|
- title: CodeBlock
|
|
link: /api/nodes/code-block
|
|
- title: Document
|
|
link: /api/nodes/document
|
|
- title: HardBreak
|
|
link: /api/nodes/hard-break
|
|
- title: Heading
|
|
link: /api/nodes/heading
|
|
- title: HorizontalRule
|
|
link: /api/nodes/horizontal-rule
|
|
- title: Image
|
|
link: /api/nodes/image
|
|
- title: ListItem
|
|
link: /api/nodes/list-item
|
|
- title: OrderedList
|
|
link: /api/nodes/ordered-list
|
|
- title: Paragraph
|
|
link: /api/nodes/paragraph
|
|
- title: Table
|
|
link: /api/nodes/table
|
|
draft: true
|
|
- title: TaskList
|
|
link: /api/nodes/task-list
|
|
- title: TaskItem
|
|
link: /api/nodes/task-item
|
|
- title: Text
|
|
link: /api/nodes/text
|
|
- title: Marks
|
|
link: /api/marks
|
|
items:
|
|
- title: Bold
|
|
link: /api/marks/bold
|
|
- title: Code
|
|
link: /api/marks/code
|
|
- title: Highlight
|
|
link: /api/marks/highlight
|
|
- title: Italic
|
|
link: /api/marks/italic
|
|
- title: Link
|
|
link: /api/marks/link
|
|
- title: Strike
|
|
link: /api/marks/strike
|
|
- title: TextStyle
|
|
link: /api/marks/text-style
|
|
- title: Underline
|
|
link: /api/marks/underline
|
|
- title: Extensions
|
|
link: /api/extensions
|
|
items:
|
|
- title: Collaboration
|
|
link: /api/extensions/collaboration
|
|
pro: true
|
|
- title: CollaborationCursor
|
|
link: /api/extensions/collaboration-cursor
|
|
pro: true
|
|
- title: Dropcursor
|
|
link: /api/extensions/dropcursor
|
|
- title: Focus
|
|
link: /api/extensions/focus
|
|
- title: FontFamily
|
|
link: /api/extensions/font-family
|
|
- title: Gapcursor
|
|
link: /api/extensions/gapcursor
|
|
- title: History
|
|
link: /api/extensions/history
|
|
- title: Suggestions
|
|
link: /api/extensions/suggestions
|
|
draft: true
|
|
- title: TextAlign
|
|
link: /api/extensions/text-align
|
|
- title: Typography
|
|
link: /api/extensions/typography
|
|
- title: Commands
|
|
link: /api/commands
|
|
- title: Events
|
|
link: /api/events
|
|
- title: Schema
|
|
link: /api/schema
|
|
- title: Keyboard Shortcuts
|
|
link: /api/keyboard-shortcuts
|
|
|
|
- title: Sponsoring
|
|
items:
|
|
- title: Monthly updates
|
|
link: /updates
|
|
redirect: /updates/2020-11
|
|
items:
|
|
- title: November 2020
|
|
link: /updates/2020-11
|
|
- title: October 2020
|
|
link: /updates/2020-10
|
|
- title: September 2020
|
|
link: /updates/2020-09
|
|
- title: August 2020
|
|
link: /updates/2020-08
|
|
- title: Become a sponsor
|
|
link: /sponsor
|
|
|
|
- title: Links
|
|
items:
|
|
- title: tiptap v1
|
|
link: https://v1.tiptap.dev
|