tiptap/docs/src/links.yaml

160 lines
4.3 KiB
YAML
Raw Normal View History

- title: Overview
2020-04-18 18:48:20 +08:00
items:
- title: Introduction
2020-08-28 19:20:49 +08:00
link: /
- title: Installation
link: /overview/installation
- title: Upgrade Guide
link: /overview/upgrade-guide
2020-11-03 23:13:13 +08:00
draft: true
- title: Contributing
link: /overview/contributing
2020-09-26 00:02:22 +08:00
- title: Examples
link: /examples
items:
- title: Basic
link: /examples/basic
2020-09-27 03:08:49 +08:00
- title: Collaborative editing
link: /examples/collaborative-editing
- title: Markdown shortcuts
link: /examples/markdown-shortcuts
2020-10-30 23:13:47 +08:00
- title: Formatting
link: /examples/formatting
2020-09-26 01:05:21 +08:00
- title: Links
link: /examples/links
2020-11-03 23:13:13 +08:00
draft: true
2020-11-06 05:16:18 +08:00
- title: Todo App
link: /examples/todo-app
draft: true
2020-09-26 00:02:22 +08:00
- title: History
link: /examples/history
2020-09-27 03:08:49 +08:00
- title: Read-only
2020-09-26 00:02:22 +08:00
link: /examples/read-only
- title: Focus
link: /examples/focus
2020-09-26 00:02:22 +08:00
- title: Minimalist
link: /examples/minimalist
- title: Export HTML or JSON
link: /examples/export-html-or-json
2020-04-18 23:05:29 +08:00
2020-08-11 22:31:03 +08:00
- title: Guide
2020-04-18 23:05:29 +08:00
items:
- title: Getting started
2020-08-28 19:20:49 +08:00
link: /guide/getting-started
2020-11-03 23:13:13 +08:00
draft: true
- title: Configuration
2020-08-28 19:20:49 +08:00
link: /guide/configuration
2020-11-03 23:13:13 +08:00
draft: true
2020-10-28 23:32:06 +08:00
- title: Create your editor
link: /guide/create-your-editor
2020-08-31 23:50:13 +08:00
draft: true
- title: Custom styling
2020-08-28 19:20:49 +08:00
link: /guide/custom-styling
2020-09-22 22:03:31 +08:00
- title: Store content
link: /guide/store-content
2020-10-28 23:32:06 +08:00
- title: Build custom extensions
link: /guide/build-custom-extensions
2020-10-08 20:39:36 +08:00
# - title: Use Vue Components
2020-09-26 00:02:22 +08:00
# link: /guide/use-vue-components
2020-09-09 21:24:50 +08:00
# draft: true
2020-10-05 20:56:45 +08:00
- title: Collaborative editing
link: /guide/collaborative-editing
draft: true
premium: true
2020-08-11 22:35:23 +08:00
2020-08-11 22:31:03 +08:00
- title: API
items:
- title: Overview
link: /api/overview
2020-08-11 22:35:23 +08:00
- title: Editor
link: /api/editor
- title: Nodes
link: /api/nodes
2020-08-19 03:39:41 +08:00
items:
- title: Blockquote
link: /api/nodes/blockquote
2020-08-19 03:39:41 +08:00
- title: BulletList
link: /api/nodes/bullet-list
- title: CodeBlock
link: /api/nodes/code-block
- title: Document
link: /api/nodes/document
2020-09-10 18:13:56 +08:00
- title: HardBreak
link: /api/nodes/hard-break
2020-08-19 03:39:41 +08:00
- title: Heading
link: /api/nodes/heading
2020-08-19 03:39:41 +08:00
- title: HorizontalRule
link: /api/nodes/horizontal-rule
2020-10-27 22:32:55 +08:00
- title: Image
link: /api/nodes/image
2020-08-19 03:39:41 +08:00
- title: ListItem
link: /api/nodes/list-item
2020-08-19 03:39:41 +08:00
- title: OrderedList
link: /api/nodes/ordered-list
- title: Paragraph
link: /api/nodes/paragraph
- 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
2020-11-06 21:46:59 +08:00
- title: Text Style
link: /api/marks/text-style
draft: true
- title: Underline
link: /api/marks/underline
- title: Extensions
link: /api/extensions
items:
- title: Collaboration
link: /api/extensions/collaboration
premium: true
- title: CollaborationCursor
link: /api/extensions/collaboration-cursor
premium: true
- title: Dropcursor
link: /api/extensions/dropcursor
- title: Focus
link: /api/extensions/focus
- title: Gapcursor
link: /api/extensions/gapcursor
- title: History
link: /api/extensions/history
- title: TextAlign
2020-10-23 21:23:40 +08:00
link: /api/extensions/text-align
2020-10-27 22:32:55 +08:00
draft: true
- title: Typography
link: /api/extensions/typography
2020-08-11 22:35:23 +08:00
- title: Commands
2020-09-03 21:12:04 +08:00
link: /api/commands
2020-08-11 22:35:23 +08:00
- title: Events
2020-09-03 21:12:04 +08:00
link: /api/events
2020-08-11 22:35:23 +08:00
- title: Schema
2020-09-03 21:12:04 +08:00
link: /api/schema
2020-11-05 21:39:28 +08:00
draft: true
- title: Keyboard Shortcuts
link: /api/keyboard-shortcuts
2020-10-28 23:49:44 +08:00
2020-10-29 04:53:40 +08:00
- title: Sponsoring
2020-10-28 23:49:44 +08:00
items:
2020-11-05 21:39:28 +08:00
- title: Monthly reports
link: /open
2020-10-29 04:53:40 +08:00
- title: Become a sponsor
link: /sponsor