tiptap/docs/src/links.yaml

195 lines
5.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
- title: Contributing
link: /overview/contributing
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
- title: Configuration
2020-08-28 19:20:49 +08:00
link: /guide/configuration
- title: Build your editor
2020-08-28 19:20:49 +08:00
link: /guide/build-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
- title: Get content
2020-08-28 19:20:49 +08:00
link: /guide/get-content
- title: Custom extensions
2020-08-28 19:20:49 +08:00
link: /guide/custom-extensions
2020-08-31 23:50:13 +08:00
draft: true
- title: Use Vue Components
2020-08-28 19:20:49 +08:00
link: /guide/use-vue-components
2020-08-31 23:50:13 +08:00
draft: true
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-31 20:47:53 +08:00
- title: Simple
link: /examples/simple
2020-09-09 21:24:50 +08:00
# - title: Menu Bubble
# link: /examples/menu-bubble
# draft: true
# - title: Floating Menu
# link: /examples/floating-menu
# draft: true
# - title: Links
# link: /examples/links
# draft: true
# - title: Images
# link: /examples/images
# draft: true
# - title: Hiding Menu Bar
# link: /examples/hiding-menu-bar
# draft: true
# - title: Todo List
# link: /examples/todo-list
# draft: true
# - title: Tables
# link: /examples/tables
# draft: true
# - title: Search and Replace
# link: /examples/search-and-replace
# draft: true
# - title: Suggestions
# link: /examples/suggestions
# draft: true
2020-08-11 22:35:23 +08:00
- title: Markdown Shortcuts
2020-08-19 04:13:24 +08:00
link: /examples/markdown-shortcuts
2020-09-09 21:24:50 +08:00
# - title: Code Highlighting
# link: /examples/code-highlighting
# draft: true
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-09-09 21:24:50 +08:00
# - title: Embeds
# link: /examples/embeds
# draft: true
# - title: Placeholder
# link: /examples/placeholder
# draft: true
2020-08-11 22:35:23 +08:00
- title: Focus
2020-08-19 04:13:24 +08:00
link: /examples/focus
2020-09-09 21:24:50 +08:00
# - title: Collaboration
# link: /examples/collaboration
# draft: true
# - title: Title
# link: /examples/title
# draft: true
# - title: Trailing Paragraph
# link: /examples/trailing-paragraph
# draft: true
# - title: Drag Handle
# link: /examples/drag-handle
# draft: true
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
2020-08-20 21:44:08 +08:00
link: /api/extensions/bullet-list
2020-08-31 23:50:13 +08:00
draft: true
2020-08-19 03:39:41 +08:00
- title: Code
link: /api/extensions/code
- title: CodeBlock
link: /api/extensions/code-block
# - title: CodeBlockHighlight
# link: /api/extensions/code-block-highlight
# draft: true
# - title: Collaboration
# link: /api/extensions/collaboration
# draft: true
- title: Document
link: /api/extensions/document
2020-09-10 18:13:56 +08:00
- title: HardBreak
2020-08-20 21:44:08 +08:00
link: /api/extensions/hard-break
2020-08-19 03:39:41 +08:00
- title: Heading
link: /api/extensions/heading
- title: History
link: /api/extensions/history
- title: HorizontalRule
2020-08-20 21:44:08 +08:00
link: /api/extensions/horizontal-rule
2020-08-19 03:39:41 +08:00
- title: Italic
link: /api/extensions/italic
- title: Link
link: /api/extensions/link
2020-08-31 23:50:13 +08:00
draft: true
2020-08-19 03:39:41 +08:00
- title: ListItem
2020-08-20 21:44:08 +08:00
link: /api/extensions/list-item
2020-08-31 23:50:13 +08:00
draft: true
# - title: Mention
# link: /api/extensions/mention
# draft: true
2020-08-19 03:39:41 +08:00
- title: OrderedList
2020-08-20 21:44:08 +08:00
link: /api/extensions/ordered-list
2020-08-31 23:50:13 +08:00
draft: true
- title: Paragraph
link: /api/extensions/paragraph
# - title: Placeholder
# link: /api/extensions/placeholder
# draft: true
2020-08-19 03:39:41 +08:00
- title: Strike
link: /api/extensions/strike
# - title: TableCell
# link: /api/extensions/table-cell
# draft: true
# - title: TableHeader
# link: /api/extensions/table-header
# draft: true
# - title: TableRow
# link: /api/extensions/table-row
# draft: true
- title: Text
link: /api/extensions/text
# - title: TodoItem
# link: /api/extensions/todo-item
# draft: true
# - title: TodoList
# link: /api/extensions/todo-list
# draft: true
2020-08-19 03:39:41 +08:00
- title: Underline
link: /api/extensions/underline
2020-08-11 22:35:23 +08:00
- title: Commands
2020-09-03 21:12:04 +08:00
link: /api/commands
2020-08-31 23:50:13 +08:00
draft: true
2020-08-11 22:35:23 +08:00
- title: Events
2020-09-03 21:12:04 +08:00
link: /api/events
2020-08-31 23:50:13 +08:00
draft: true
2020-08-11 22:35:23 +08:00
- title: Schema
2020-09-03 21:12:04 +08:00
link: /api/schema
2020-09-04 18:35:31 +08:00
items:
- title: getSchema
link: /api/schema/get-schema
- title: generateHtml
link: /api/schema/generate-html
- title: Best Practices
items:
- title: Overview
link: /best-practices/overview/
draft: true
- title: Menus
link: /best-practices/menus/
draft: true
- title: Keyboard Shortcuts
link: /best-practices/keyboard-shortcuts/
draft: true