tiptap/docs/src/links.yaml

244 lines
6.5 KiB
YAML
Raw Normal View History

- title: Overview
2020-04-18 18:48:20 +08:00
items:
- title: Installation
link: /overview/installation
- title: Upgrade Guide
link: /overview/upgrade-guide
- title: Become a sponsor
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
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
2021-01-26 07:39:26 +08:00
- title: Minimal
link: /examples/minimal
2021-01-21 06:19:33 +08:00
- title: Draw on a canvas
2020-12-06 03:56:12 +08:00
link: /examples/drawing
- title: Multiple editors
link: /examples/multiple-editors
2021-01-22 06:49:48 +08:00
type: draft
2021-01-26 08:14:20 +08:00
- title: Community
link: /examples/community
type: draft
2021-01-27 19:09:36 +08:00
- title: Tables
link: /examples/tables
2021-02-04 23:56:17 +08:00
type: pro
2021-02-03 17:48:58 +08:00
- title: Images
link: /examples/images
type: draft
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:
2021-01-26 06:17:02 +08:00
- title: Vue.js 2
link: /guide/getting-started/vue
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/nuxt
2020-12-03 23:52:54 +08:00
skip: true
- title: Inertia.js
link: /guide/getting-started/intertia
type: draft
skip: true
2021-01-21 00:58:53 +08:00
- title: React
link: /guide/getting-started/react
type: draft
skip: true
2021-01-25 18:44:11 +08:00
- title: Next.js
link: /guide/getting-started/next
2021-01-25 18:44:11 +08:00
type: draft
skip: true
- title: Svelte
link: /guide/getting-started/svelte
type: draft
skip: true
- title: Alpine.js
link: /guide/getting-started/alpine
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
2021-01-21 00:58:53 +08:00
- title: Accessibility
link: /guide/accessibility
type: draft
2021-01-26 07:57:47 +08:00
- title: Export content
link: /guide/content
2021-01-21 00:58:53 +08:00
- title: Collaborative editing
link: /guide/collaborative-editing
type: pro
- title: Extend the functionality
link: /guide/extend-extensions
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
- 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-01-26 06:17:02 +08:00
- title: Concept
link: /api/concept
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
- 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
2021-01-20 23:56:25 +08:00
type: new
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
2021-02-04 23:56:17 +08:00
type: pro
2020-12-04 00:05:22 +08:00
- title: TableRow
link: /api/nodes/table-row
2021-02-04 23:56:17 +08:00
type: pro
2020-12-04 00:05:22 +08:00
- title: TableCell
link: /api/nodes/table-cell
2021-02-04 23:56:17 +08:00
type: pro
2021-01-22 07:16:58 +08:00
- title: TableHeader
link: /api/nodes/table-header
2021-02-04 23:56:17 +08:00
type: pro
- 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-01-20 23:56:25 +08:00
# - title: Annotation
# link: /api/extensions/annotation
# type: draft
2021-01-26 06:40:15 +08:00
- title: CharacterCount
link: /api/extensions/character-count
type: new
- 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
- 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
type: draft
2021-01-20 23:56:25 +08:00
- title: Suggestion
link: /api/utilities/suggestion
2021-01-26 07:57:47 +08:00
type: new
2021-01-26 06:17:02 +08:00
- title: Events
link: /api/events
- title: Schema
link: /api/schema
- title: Keyboard Shortcuts
link: /api/keyboard-shortcuts
2020-12-01 19:40:02 +08:00
- title: Links
items:
- title: 'Follow on Twitter'
link: https://twitter.com/tiptap_editor
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
- title: Legal
items:
- title: Impressum
link: /impressum
- title: Privacy Policy
link: /privacy-policy