tiptap/docs/src/links.yaml

97 lines
2.2 KiB
YAML
Raw Normal View History

2020-04-18 18:48:20 +08:00
- title: Getting Started
items:
2020-08-11 23:26:10 +08:00
- title: Introduction 🚧
2020-04-20 05:50:55 +08:00
link: /introduction/
2020-08-11 23:26:10 +08:00
- title: Installation 🚧
2020-04-19 02:39:48 +08:00
link: /installation/
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:
2020-08-12 17:50:54 +08:00
- title: Getting started ✅
2020-08-11 23:26:10 +08:00
link: /getting-started/
- title: Configuration 🚧
2020-08-11 22:31:03 +08:00
link: /configuration/
2020-08-12 18:10:35 +08:00
- title: Build your editor 🚧
2020-08-11 22:31:03 +08:00
link: /build-your-editor/
2020-08-11 23:26:10 +08:00
- title: Custom styling ❌
2020-08-11 22:31:03 +08:00
link: /custom-styling/
2020-08-11 23:26:10 +08:00
- title: Get content ❌
2020-08-11 22:31:03 +08:00
link: /get-content/
- title: Custom extensions ❌
2020-08-11 22:31:03 +08:00
link: /advanced-notes/
2020-04-19 02:39:48 +08:00
- title: Vue
items:
2020-08-11 23:26:10 +08:00
- title: Use tiptap with Vue.js 🚧
link: /basic-vue-example/
2020-04-19 02:39:48 +08:00
- title: Advanced Example
2020-08-11 22:31:03 +08:00
link: /advanced-vue-example/
- title: Render Vue Components
link: /render-vue-components/
2020-04-19 02:39:48 +08:00
- title: React
items:
- title: React
2020-08-11 22:31:03 +08:00
link: /react/
- title: Render React Components
link: /advanced-react-example/
2020-08-11 22:35:23 +08:00
- title: Examples
items:
- title: Basic
link: basic
- title: Menu Bubble
link: /Menu Bubble/
- title: Floating Menu
link: /Floating Menu/
- title: Links
link: /Links/
- title: Images
link: /Images/
- title: Hiding Menu Bar
link: /Menu Bar/
- title: Todo List
link: /Todo List/
- title: Tables
link: /Tables/
- title: Search and Replace
link: /and Replace/
- title: Suggestions
link: /Suggestions/
- title: Markdown Shortcuts
link: /Markdown Shortcuts/
- title: Code Highlighting
link: /Code Highlighting/
- title: History
link: /History/
- title: Read-Only
link: /-Only/
- title: Embeds
link: /Embeds/
- title: Placeholder
link: /Placeholder/
- title: Focus
link: /Focus/
- title: Collaboration
link: /Collaboration/
- title: Title
link: /Title/
- title: Trailing Paragraph
link: /Trailing Paragraph/
- title: Drag Handle
link: /Drag Handle/
- title: Export HTML or JSON
link: /export-html-or-json/
2020-08-11 22:31:03 +08:00
- title: API
items:
2020-08-11 22:35:23 +08:00
- title: Editor
link: /editor/
- title: Extensions
link: /extensions/
- title: Commands
link: /commands/
- title: Events
link: /events/
- title: Schema
link: /schema/