tiptap/docs/src/links.yaml

369 lines
11 KiB
YAML
Raw Normal View History

# - title: Documentation
# link: introduction
# - title: Examples
# link: /examples
# redirect: /examples/default
# - title: Community
# link: community
# - title: Sponsor
# link: https://github.com/ueberdosis/sponsor
- title: Overview
2020-04-18 18:48:20 +08:00
items:
- title: Installation
link: /installation
2021-03-04 05:22:50 +08:00
items:
- title: CDN
link: /installation/cdn
skip: true
2021-03-18 05:35:41 +08:00
- title: React
link: /installation/react
2021-03-04 05:22:50 +08:00
skip: true
- title: Vue 3
link: /installation/vue3
skip: true
2021-03-18 05:35:41 +08:00
- title: Vue 2
link: /installation/vue2
skip: true
2021-03-04 05:22:50 +08:00
- title: Nuxt.js
link: /installation/nuxt
skip: true
- title: Svelte
link: /installation/svelte
skip: true
2021-04-03 23:30:56 +08:00
# - title: CodeSandbox
# link: /installation/codesandbox
# skip: true
2021-03-04 05:22:50 +08:00
- title: Alpine.js
link: /installation/alpine
skip: true
2021-04-16 01:50:42 +08:00
# - title: Livewire
# link: /installation/livewire
# type: draft
# skip: true
2021-03-04 05:22:50 +08:00
- title: Upgrade guide
link: /overview/upgrade-guide
2021-04-29 04:24:20 +08:00
- title: Changelog
link: /changelog
type: draft
2021-04-28 00:50:51 +08:00
- title: About the project
link: /sponsor
type: sponsor
2021-01-30 05:05:47 +08:00
- title: Contributing
link: /overview/contributing
2020-04-18 23:05:29 +08:00
2020-11-30 18:18:05 +08:00
- title: Examples
link: /examples
2021-01-21 19:35:06 +08:00
redirect: /examples/default
2020-11-30 18:18:05 +08:00
items:
2021-01-21 06:19:33 +08:00
- title: Default text editor
2021-01-21 19:35:06 +08:00
link: /examples/default
2020-11-30 18:18:05 +08:00
- title: Collaborative editing
link: /examples/collaborative-editing
- title: Markdown shortcuts
link: /examples/markdown-shortcuts
2021-04-01 22:56:56 +08:00
- title: Menus
link: /examples/menus
2021-02-05 00:33:59 +08:00
- title: Tables
link: /examples/tables
- title: Images
link: /examples/images
2020-11-30 22:58:05 +08:00
- title: Formatting
link: /examples/formatting
2021-03-31 03:53:29 +08:00
- title: Tasks
2021-04-01 04:35:00 +08:00
link: /examples/tasks
2021-03-31 03:53:29 +08:00
- title: Long texts
2020-11-30 22:33:20 +08:00
link: /examples/book
2021-03-31 03:53:29 +08:00
- title: Drawing
2020-12-06 03:56:12 +08:00
link: /examples/drawing
2021-03-31 03:53:29 +08:00
- title: Mentions
2021-04-01 04:35:00 +08:00
link: /examples/suggestions
2021-02-05 00:33:59 +08:00
- title: Minimal setup
link: /examples/minimal
2021-03-31 03:53:29 +08:00
- title: A clever editor
2021-02-06 05:11:01 +08:00
link: /examples/savvy
2021-03-31 03:53:29 +08:00
- title: Interactivity
2021-04-01 04:35:00 +08:00
link: /examples/interactivity
2021-04-16 01:33:51 +08:00
- title: Syntax highlighting
link: /examples/syntax-highlighting
type: new
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:
2021-04-07 05:36:07 +08:00
- title: Configuration
2020-12-03 23:52:54 +08:00
link: /guide/configuration
2021-04-07 05:36:07 +08:00
- title: Menus
2021-04-03 21:21:30 +08:00
link: /guide/menus
2021-04-07 05:36:07 +08:00
- title: Styling
2020-12-03 22:58:04 +08:00
link: /guide/styling
2021-04-07 05:36:07 +08:00
- title: Output
link: /guide/output
2021-01-21 00:58:53 +08:00
- title: Accessibility
link: /guide/accessibility
- title: Collaborative editing
link: /guide/collaborative-editing
2021-04-07 05:36:07 +08:00
- title: Custom extensions
link: /guide/custom-extensions
2021-03-09 18:55:14 +08:00
- title: Interactive node views
2020-11-30 22:33:20 +08:00
link: /guide/node-views
2021-03-11 05:06:18 +08:00
items:
2021-03-18 05:35:41 +08:00
- title: With JavaScript
link: /guide/node-views/js
- title: With React
link: /guide/node-views/react
- title: With Vue
link: /guide/node-views/vue
2021-03-31 03:53:29 +08:00
- title: A few examples
2021-03-11 05:06:18 +08:00
link: /guide/node-views/examples
- title: Working with TypeScript
link: /guide/typescript
2020-08-11 22:35:23 +08:00
2020-08-11 22:31:03 +08:00
- title: API
items:
2021-04-16 03:48:19 +08:00
- title: Introduction
link: /api/introduction
2020-08-11 22:35:23 +08:00
- title: Editor
link: /api/editor
2021-01-26 06:17:02 +08:00
- title: Commands
link: /api/commands
2021-04-07 05:36:07 +08:00
items:
2021-04-21 17:03:33 +08:00
- title: blur
link: /api/commands/blur
2021-05-01 01:42:44 +08:00
type: draft
- title: clearContent
link: /api/commands/clear-content
2021-04-21 17:03:33 +08:00
- title: clearNodes
link: /api/commands/clear-nodes
- title: createParagraphNear
link: /api/commands/create-paragraph-near
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: deleteRange
link: /api/commands/delete-range
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: deleteSelection
link: /api/commands/delete-selection
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: enter
link: /api/commands/enter
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: exitCode
link: /api/commands/exit-code
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: extendMarkRange
link: /api/commands/extend-mark-range
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: focus
link: /api/commands/focus
2021-05-01 01:42:44 +08:00
type: draft
- title: insertContent
link: /api/commands/insert-content
2021-04-21 17:03:33 +08:00
- title: joinBackward
link: /api/commands/join-backward
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: joinForward
link: /api/commands/join-forward
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: keyboardShortcut
link: /api/commands/keyboard-shortcut
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: liftEmptyBlock
link: /api/commands/lift-empty-block
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: liftListItem
link: /api/commands/lift-list-item
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: lift
link: /api/commands/lift
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: newlineInCode
link: /api/commands/newline-in-code
2021-05-01 01:42:44 +08:00
type: draft
2021-04-26 17:50:56 +08:00
- title: replaceRange
2021-04-21 17:03:33 +08:00
link: /api/commands/replace-range
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: replace
link: /api/commands/replace
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: resetAttributes
link: /api/commands/reset-attributes
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: scrollIntoView
link: /api/commands/scroll-into-view
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: selectAll
link: /api/commands/select-all
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: selectNodeBackward
link: /api/commands/select-node-backward
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: selectNodeForward
link: /api/commands/select-node-forward
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: selectParentNode
link: /api/commands/select-parent-node
2021-05-01 01:42:44 +08:00
type: draft
2021-04-07 05:36:07 +08:00
- title: setContent
link: /api/commands/set-content
2021-04-21 17:03:33 +08:00
- title: setMark
link: /api/commands/set-mark
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: setNode
link: /api/commands/set-node
2021-05-01 01:42:44 +08:00
type: draft
- title: setNodeSelection
link: /api/commands/set-node-selection
2021-05-01 01:42:44 +08:00
type: draft
- title: setTextSelection
link: /api/commands/set-text-selection
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: sinkListItem
link: /api/commands/sink-list-item
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: splitBlock
link: /api/commands/split-block
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: splitListItem
link: /api/commands/split-list-item
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: toggleList
link: /api/commands/toggle-list
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: toggleMark
link: /api/commands/toggle-mark
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: toggleNode
link: /api/commands/toggle-node
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: toggleWrap
link: /api/commands/toggle-wrap
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: undoInputRule
link: /api/commands/undo-input-rule
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: unsetAllMarks
link: /api/commands/unset-all-marks
2021-05-01 01:42:44 +08:00
type: draft
2021-04-21 17:03:33 +08:00
- title: unsetMark
link: /api/commands/unset-mark
2021-05-01 01:42:44 +08:00
type: draft
2021-04-08 05:08:24 +08:00
- title: updateAtttributes
link: /api/commands/update-attributes
2021-04-21 17:03:33 +08:00
- title: wrapInList
link: /api/commands/wrap-in-list
2021-05-01 01:42:44 +08:00
type: draft
- 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
2021-04-03 21:21:30 +08:00
- title: CodeBlockLowlight
link: /api/nodes/code-block-lowlight
2021-04-09 04:18:41 +08:00
type: new
- 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
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
2020-12-04 00:05:22 +08:00
- title: TableRow
link: /api/nodes/table-row
- title: TableCell
link: /api/nodes/table-cell
2021-01-22 07:16:58 +08:00
- title: TableHeader
link: /api/nodes/table-header
- 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:
2021-03-30 20:07:18 +08:00
- title: BubbleMenu
link: /api/extensions/bubble-menu
2021-04-01 04:35:00 +08:00
type: new
2021-01-26 06:40:15 +08:00
- title: CharacterCount
link: /api/extensions/character-count
- title: Collaboration
link: /api/extensions/collaboration
- title: CollaborationCursor
link: /api/extensions/collaboration-cursor
- title: Dropcursor
link: /api/extensions/dropcursor
2021-04-01 21:47:00 +08:00
- title: FloatingMenu
link: /api/extensions/floating-menu
2021-04-01 22:56:56 +08:00
type: new
- 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
2021-03-25 05:50:30 +08:00
- title: Placeholder
link: /api/extensions/placeholder
2021-03-31 02:45:48 +08:00
type: new
- title: TextAlign
2020-10-23 21:23:40 +08:00
link: /api/extensions/text-align
- title: Typography
link: /api/extensions/typography
2021-01-20 23:56:25 +08:00
- title: Utilities
link: /api/utilities
2021-01-26 07:57:47 +08:00
redirect: /api/utilities/html
2021-01-20 23:56:25 +08:00
items:
2021-01-26 07:57:47 +08:00
- title: HTML
link: /api/utilities/html
2021-01-20 23:56:25 +08:00
- title: Suggestion
link: /api/utilities/suggestion
2021-02-26 23:36:08 +08:00
- title: Keyboard shortcuts
2021-01-26 06:17:02 +08:00
link: /api/keyboard-shortcuts
2021-04-16 03:48:19 +08:00
- title: Schema
link: /api/schema
- title: Events
link: /api/events