mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-29 16:48:54 +08:00
226 lines
6.2 KiB
YAML
226 lines
6.2 KiB
YAML
- title: Overview
|
|
items:
|
|
- title: Installation
|
|
link: /overview/installation
|
|
- title: Upgrade Guide
|
|
link: /overview/upgrade-guide
|
|
- title: Become a sponsor
|
|
link: /sponsor
|
|
type: sponsor
|
|
- title: Contributing
|
|
link: /overview/contributing
|
|
|
|
- title: Examples
|
|
link: /examples
|
|
redirect: /examples/default
|
|
items:
|
|
- title: Default text editor
|
|
link: /examples/default
|
|
- title: Collaborative editing
|
|
link: /examples/collaborative-editing
|
|
type: pro
|
|
- title: Markdown shortcuts
|
|
link: /examples/markdown-shortcuts
|
|
- title: Tables
|
|
link: /examples/tables
|
|
type: pro
|
|
- title: Images
|
|
link: /examples/images
|
|
- title: Formatting
|
|
link: /examples/formatting
|
|
- title: Task lists
|
|
link: /examples/todo-app
|
|
- title: Lengthy texts
|
|
link: /examples/book
|
|
- title: Draw on a canvas
|
|
link: /examples/drawing
|
|
- title: Suggestions
|
|
link: /examples/community
|
|
- title: Minimal setup
|
|
link: /examples/minimal
|
|
- title: Multiple editors
|
|
link: /examples/multiple-editors
|
|
|
|
- title: Guide
|
|
items:
|
|
- title: Getting started
|
|
link: /guide/getting-started
|
|
items:
|
|
- title: Vue.js 2
|
|
link: /guide/getting-started/vue
|
|
skip: true
|
|
- title: Nuxt.js
|
|
link: /guide/getting-started/nuxt
|
|
skip: true
|
|
- title: Inertia.js
|
|
link: /guide/getting-started/intertia
|
|
type: draft
|
|
skip: true
|
|
- title: React
|
|
link: /guide/getting-started/react
|
|
type: draft
|
|
skip: true
|
|
- title: Next.js
|
|
link: /guide/getting-started/next
|
|
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
|
|
- title: Configure the editor
|
|
link: /guide/configuration
|
|
- title: Create a toolbar
|
|
link: /guide/toolbar
|
|
- title: Custom styling
|
|
link: /guide/styling
|
|
- title: Accessibility
|
|
link: /guide/accessibility
|
|
type: draft
|
|
- title: Export content
|
|
link: /guide/content
|
|
- title: Collaborative editing
|
|
link: /guide/collaborative-editing
|
|
type: pro
|
|
- title: Extend the functionality
|
|
link: /guide/extend-extensions
|
|
- title: Build extensions
|
|
link: /guide/build-extensions
|
|
- title: Complex node views
|
|
link: /guide/node-views
|
|
type: draft
|
|
- title: Working with TypeScript
|
|
link: /guide/typescript
|
|
|
|
- title: API
|
|
items:
|
|
- title: Concept
|
|
link: /api/concept
|
|
- title: Editor
|
|
link: /api/editor
|
|
- title: Commands
|
|
link: /api/commands
|
|
- title: Nodes
|
|
link: /api/nodes
|
|
items:
|
|
- title: Blockquote
|
|
link: /api/nodes/blockquote
|
|
- title: BulletList
|
|
link: /api/nodes/bullet-list
|
|
- title: CodeBlock
|
|
link: /api/nodes/code-block
|
|
- title: Document
|
|
link: /api/nodes/document
|
|
- title: Emoji
|
|
link: /api/nodes/emoji
|
|
type: draft
|
|
- title: HardBreak
|
|
link: /api/nodes/hard-break
|
|
- title: Hashtag
|
|
link: /api/nodes/hashtag
|
|
type: draft
|
|
- title: Heading
|
|
link: /api/nodes/heading
|
|
- title: HorizontalRule
|
|
link: /api/nodes/horizontal-rule
|
|
- title: Image
|
|
link: /api/nodes/image
|
|
- title: ListItem
|
|
link: /api/nodes/list-item
|
|
- title: Mention
|
|
link: /api/nodes/mention
|
|
type: new
|
|
- title: OrderedList
|
|
link: /api/nodes/ordered-list
|
|
- title: Paragraph
|
|
link: /api/nodes/paragraph
|
|
- title: Table
|
|
link: /api/nodes/table
|
|
type: pro
|
|
- title: TableRow
|
|
link: /api/nodes/table-row
|
|
type: pro
|
|
- title: TableCell
|
|
link: /api/nodes/table-cell
|
|
type: pro
|
|
- title: TableHeader
|
|
link: /api/nodes/table-header
|
|
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
|
|
- title: TextStyle
|
|
link: /api/marks/text-style
|
|
- title: Underline
|
|
link: /api/marks/underline
|
|
- title: Extensions
|
|
link: /api/extensions
|
|
items:
|
|
# - title: Annotation
|
|
# link: /api/extensions/annotation
|
|
# type: draft
|
|
- 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
|
|
- title: FontFamily
|
|
link: /api/extensions/font-family
|
|
- title: Gapcursor
|
|
link: /api/extensions/gapcursor
|
|
- title: History
|
|
link: /api/extensions/history
|
|
- title: TextAlign
|
|
link: /api/extensions/text-align
|
|
- title: Typography
|
|
link: /api/extensions/typography
|
|
- title: Utilities
|
|
link: /api/utilities
|
|
redirect: /api/utilities/html
|
|
items:
|
|
- title: HTML
|
|
link: /api/utilities/html
|
|
- title: Suggestion
|
|
link: /api/utilities/suggestion
|
|
type: new
|
|
- title: Events
|
|
link: /api/events
|
|
- title: Schema
|
|
link: /api/schema
|
|
- title: Keyboard Shortcuts
|
|
link: /api/keyboard-shortcuts
|