tiptap/docs/src/links.yaml

134 lines
3.9 KiB
YAML
Raw Normal View History

2020-04-18 18:48:20 +08:00
- title: Getting Started
items:
- title: Introduction
2020-08-19 03:47:04 +08:00
link: /getting-started/introduction/
- title: Installation
2020-08-19 03:47:04 +08:00
link: /getting-started/installation/
- title: Upgrade Guide
2020-08-19 03:47:04 +08:00
link: /getting-started/upgrade-guide/
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-19 03:47:04 +08:00
link: /guide/getting-started/
- title: Configuration
2020-08-19 03:47:04 +08:00
link: /guide/configuration/
- title: Build your editor
2020-08-19 03:47:04 +08:00
link: /guide/build-your-editor/
- title: Custom styling
2020-08-19 03:47:04 +08:00
link: /guide/custom-styling/
- title: Get content
2020-08-19 03:47:04 +08:00
link: /guide/get-content/
- title: Custom extensions
2020-08-19 03:47:04 +08:00
link: /guide/custom-extensions/
- title: Use Vue Components
2020-08-19 03:47:04 +08:00
link: /guide/use-vue-components/
2020-08-11 22:31:03 +08:00
2020-08-11 22:35:23 +08:00
- title: Examples
items:
- title: Basic
2020-08-19 03:47:04 +08:00
link: /examples/basic
2020-08-11 22:35:23 +08:00
- title: Menu Bubble
2020-08-19 04:13:24 +08:00
link: /examples/menu-bubble
2020-08-11 22:35:23 +08:00
- title: Floating Menu
2020-08-19 04:13:24 +08:00
link: /examples/floating-menu
2020-08-11 22:35:23 +08:00
- title: Links
2020-08-19 04:13:24 +08:00
link: /examples/links
2020-08-11 22:35:23 +08:00
- title: Images
2020-08-19 04:13:24 +08:00
link: /examples/images
2020-08-11 22:35:23 +08:00
- title: Hiding Menu Bar
2020-08-19 04:13:24 +08:00
link: /examples/hiding-menu-bar
2020-08-11 22:35:23 +08:00
- title: Todo List
2020-08-19 04:13:24 +08:00
link: /examples/todo-list
2020-08-11 22:35:23 +08:00
- title: Tables
2020-08-19 04:13:24 +08:00
link: /examples/tables
2020-08-11 22:35:23 +08:00
- title: Search and Replace
2020-08-19 04:13:24 +08:00
link: /examples/search-and-replace
2020-08-11 22:35:23 +08:00
- title: Suggestions
2020-08-19 04:13:24 +08:00
link: /examples/suggestions
2020-08-11 22:35:23 +08:00
- title: Markdown Shortcuts
2020-08-19 04:13:24 +08:00
link: /examples/markdown-shortcuts
2020-08-11 22:35:23 +08:00
- title: Code Highlighting
2020-08-19 04:13:24 +08:00
link: /examples/code-highlighting
2020-08-11 22:35:23 +08:00
- title: History
2020-08-19 04:13:24 +08:00
link: /examples/history
2020-08-11 22:35:23 +08:00
- title: Read-Only
2020-08-19 04:13:24 +08:00
link: /examples/read-only
2020-08-11 22:35:23 +08:00
- title: Embeds
2020-08-19 04:13:24 +08:00
link: /examples/embeds
2020-08-11 22:35:23 +08:00
- title: Placeholder
2020-08-19 04:13:24 +08:00
link: /examples/placeholder
2020-08-11 22:35:23 +08:00
- title: Focus
2020-08-19 04:13:24 +08:00
link: /examples/focus
2020-08-11 22:35:23 +08:00
- title: Collaboration
2020-08-19 04:13:24 +08:00
link: /examples/collaboration
2020-08-11 22:35:23 +08:00
- title: Title
2020-08-19 04:13:24 +08:00
link: /examples/title
2020-08-11 22:35:23 +08:00
- title: Trailing Paragraph
2020-08-19 04:13:24 +08:00
link: /examples/trailing-paragraph
2020-08-11 22:35:23 +08:00
- title: Drag Handle
2020-08-19 04:13:24 +08:00
link: /examples/drag-handle
2020-08-11 22:35:23 +08:00
- title: Export HTML or JSON
2020-08-19 04:13:24 +08:00
link: /examples/export-html-or-json
2020-08-11 22:35:23 +08:00
2020-08-11 22:31:03 +08:00
- title: API
items:
2020-08-11 22:35:23 +08:00
- title: Editor
2020-08-19 03:47:04 +08:00
link: /api/editor/
- title: Extensions
2020-08-19 03:47:04 +08:00
link: /api/extensions/
2020-08-19 03:39:41 +08:00
items:
- title: Blockquote
link: /api/extensions/blockquote
- title: Bold
link: /api/extensions/bold
- title: BulletList
link: /api/extensions/bulletlist
- title: Code
link: /api/extensions/code
- title: CodeBlock
link: /api/extensions/codeblock
2020-08-20 21:33:16 +08:00
- title: CodeBlockHeighlight
link: /api/extensions/codeblockheighlight
- title: Collaboration
link: /api/extensions/collaboration
- title: Hardbreak
link: /api/extensions/hardbreak
2020-08-19 03:39:41 +08:00
- title: Heading
link: /api/extensions/heading
- title: History
link: /api/extensions/history
- title: HorizontalRule
link: /api/extensions/horizontalrule
- title: Italic
link: /api/extensions/italic
- title: Link
link: /api/extensions/link
- title: ListItem
link: /api/extensions/listitem
- title: Mention
link: /api/extensions/mention
- title: OrderedList
link: /api/extensions/orderedlist
- title: Placeholder
link: /api/extensions/placeholder
- title: Strike
link: /api/extensions/strike
- title: TableCell
link: /api/extensions/tablecell
- title: TableHeader
link: /api/extensions/tableheader
- title: TableRow
link: /api/extensions/tablerow
- title: TodoItem
link: /api/extensions/todoitem
- title: TodoList
link: /api/extensions/todolist
- title: Underline
link: /api/extensions/underline
2020-08-11 22:35:23 +08:00
- title: Commands
2020-08-19 03:47:04 +08:00
link: /api/commands/
2020-08-11 22:35:23 +08:00
- title: Events
2020-08-19 03:47:04 +08:00
link: /api/events/
2020-08-11 22:35:23 +08:00
- title: Schema
2020-08-19 03:47:04 +08:00
link: /api/schema/