tiptap/docs/src/links.yaml

173 lines
4.8 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
- title: Contributing
link: /overview/contributing
2020-09-26 00:02:22 +08:00
- title: Examples
link: /examples
2020-11-12 22:31:44 +08:00
redirect: /examples/basic
2020-09-26 00:02:22 +08:00
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
2020-09-27 03:08:49 +08:00
- title: Read-only
2020-09-26 00:02:22 +08:00
link: /examples/read-only
- title: Minimalist
link: /examples/minimalist
- title: Export HTML or JSON
link: /examples/export-html-or-json
2020-11-12 20:20:22 +08:00
- title: Full Editor
link: /examples/full-editor
draft: true
2020-11-11 22:35:05 +08:00
- title: Feedback
link: /overview/feedback
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-05 20:56:45 +08:00
- title: Collaborative editing
link: /guide/collaborative-editing
draft: true
2020-11-12 22:31:44 +08:00
pro: true
2020-11-06 21:49:40 +08:00
- title: Advanced node views
link: /guide/advanced-node-views
draft: true
- title: Working with TypeScript
link: /guide/working-with-typescript
draft: 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 23:39:30 +08:00
- title: TextStyle
2020-11-06 21:46:59 +08:00
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
2020-11-12 22:31:44 +08:00
pro: true
- title: CollaborationCursor
link: /api/extensions/collaboration-cursor
2020-11-12 22:31:44 +08:00
pro: true
- title: Dropcursor
link: /api/extensions/dropcursor
- title: Focus
link: /api/extensions/focus
2020-11-06 23:06:36 +08:00
- title: FontFamily
link: /api/extensions/font-family
draft: true
- 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
- 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-12 22:40:54 +08:00
- title: Monthly updates
link: /updates
redirect: /updates/2020-10
2020-11-12 22:31:44 +08:00
items:
- title: October 2020
2020-11-12 22:40:54 +08:00
link: /updates/2020-10
2020-11-12 22:31:44 +08:00
- title: September 2020
2020-11-12 22:40:54 +08:00
link: /updates/2020-09
2020-11-12 22:31:44 +08:00
- title: August 2020
2020-11-12 22:40:54 +08:00
link: /updates/2020-08
2020-10-29 04:53:40 +08:00
- title: Become a sponsor
link: /sponsor