tiptap/docs/src/links.yaml

190 lines
5.2 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
- title: Become a sponsor
link: /sponsor
type: sponsor
2020-04-18 23:05:29 +08:00
2020-11-30 18:18:05 +08:00
- title: Examples
link: /examples
redirect: /examples/basic
items:
2020-11-30 22:33:20 +08:00
- title: Basic text editor
2020-11-30 18:18:05 +08:00
link: /examples/basic
- title: Collaborative editing
link: /examples/collaborative-editing
type: pro
2020-11-30 18:18:05 +08:00
- title: Markdown shortcuts
link: /examples/markdown-shortcuts
2020-11-30 22:58:05 +08:00
- title: Formatting
link: /examples/formatting
2020-11-30 22:33:20 +08:00
- title: Todo app
2020-11-30 18:18:05 +08:00
link: /examples/todo-app
2020-11-30 22:44:52 +08:00
- title: Write a book
2020-11-30 22:33:20 +08:00
link: /examples/book
2020-11-30 23:14:27 +08:00
- title: For minimalists
link: /examples/minimalist
2020-12-06 03:56:12 +08:00
- title: Drawing
link: /examples/drawing
- title: Multiple editors
link: /examples/multiple-editors
2020-11-30 18:18:05 +08:00
2020-08-11 22:31:03 +08:00
- title: Guide
2020-04-18 23:05:29 +08:00
items:
2020-11-17 22:02:56 +08:00
- title: Getting started
link: /guide/getting-started
2020-11-18 22:28:17 +08:00
items:
- title: Vue CLI
link: /guide/getting-started/vue-cli
2020-12-03 23:52:54 +08:00
skip: true
2020-12-01 18:31:23 +08:00
- title: Nuxt.js
link: /guide/getting-started/nuxtjs
2020-12-03 23:52:54 +08:00
skip: true
- title: Alpine.js
link: /guide/getting-started/alpinejs
type: draft
skip: true
- title: Livewire
link: /guide/getting-started/livewire
type: draft
skip: true
2020-11-17 19:39:39 +08:00
- title: Configure the editor
2020-12-03 23:52:54 +08:00
link: /guide/configuration
2020-11-30 18:18:05 +08:00
- title: Create a toolbar
2020-12-03 23:52:54 +08:00
link: /guide/toolbar
2020-12-01 22:42:36 +08:00
- title: Custom styling
2020-12-03 22:58:04 +08:00
link: /guide/styling
2020-09-22 22:03:31 +08:00
- title: Store content
link: /guide/store-content
2020-12-01 22:42:36 +08:00
- title: Build extensions
link: /guide/build-extensions
2020-12-02 00:36:27 +08:00
- title: Complex node views
2020-11-30 22:33:20 +08:00
link: /guide/node-views
type: draft
2020-11-06 21:49:40 +08:00
- title: Working with TypeScript
link: /guide/working-with-typescript
2020-11-17 19:39:39 +08:00
- title: Collaborative editing
link: /guide/collaborative-editing
type: pro
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
2021-01-18 21:39:26 +08:00
- title: Emoji
link: /api/nodes/emoji
type: draft
2020-09-10 18:13:56 +08:00
- title: HardBreak
link: /api/nodes/hard-break
2021-01-18 21:39:26 +08:00
- title: Hashtag
link: /api/nodes/hashtag
type: draft
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
2021-01-18 21:39:26 +08:00
- title: Mention
link: /api/nodes/mention
type: draft
2020-08-19 03:39:41 +08:00
- title: OrderedList
link: /api/nodes/ordered-list
- title: Paragraph
link: /api/nodes/paragraph
2020-12-02 17:53:30 +08:00
- title: Table
link: /api/nodes/table
type: draft
2020-12-04 00:05:22 +08:00
- title: TableRow
link: /api/nodes/table-row
type: draft
2020-12-04 00:05:22 +08:00
- title: TableCell
link: /api/nodes/table-cell
type: draft
- 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
- title: Underline
link: /api/marks/underline
- title: Extensions
link: /api/extensions
items:
- title: Collaboration
link: /api/extensions/collaboration
type: pro
- title: CollaborationCursor
link: /api/extensions/collaboration-cursor
type: pro
- 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
- title: Gapcursor
link: /api/extensions/gapcursor
- title: History
link: /api/extensions/history
2020-12-02 18:41:00 +08:00
- title: Suggestion
link: /api/extensions/suggestion
type: draft
- 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
- title: Keyboard Shortcuts
link: /api/keyboard-shortcuts
2020-10-28 23:49:44 +08:00
2020-12-01 19:40:02 +08:00
- title: Links
items:
2020-12-10 22:56:18 +08:00
- title: Documentation for tiptap 1.x
2020-12-01 19:40:02 +08:00
link: https://v1.tiptap.dev