docs: update structure
This commit is contained in:
@@ -1,9 +1,17 @@
|
|||||||
# Create a new toolbar
|
# Create a toolbar
|
||||||
|
|
||||||
## toc
|
## toc
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
- [ ] commands
|
||||||
|
- [ ] commands toggle
|
||||||
|
- [ ] focus
|
||||||
|
- [ ] isActive
|
||||||
|
- [ ] isActive node/mark
|
||||||
|
- [ ] isActive node/mark, attributes
|
||||||
|
- [ ] isActive attributes
|
||||||
|
|
||||||
<!-- ## Introduction
|
<!-- ## Introduction
|
||||||
In its simplest version tiptap comes very raw. There is no menu, no buttons, no styling. That’s intended. See tiptap as your building blocks to build exactly the editor you would like to have.
|
In its simplest version tiptap comes very raw. There is no menu, no buttons, no styling. That’s intended. See tiptap as your building blocks to build exactly the editor you would like to have.
|
||||||
|
|
||||||
@@ -8,7 +8,10 @@
|
|||||||
link: /overview/upgrade-guide
|
link: /overview/upgrade-guide
|
||||||
- title: Contributing
|
- title: Contributing
|
||||||
link: /overview/contributing
|
link: /overview/contributing
|
||||||
- title: Examples
|
- title: Feedback
|
||||||
|
link: /overview/feedback
|
||||||
|
|
||||||
|
- title: Examples
|
||||||
link: /examples
|
link: /examples
|
||||||
redirect: /examples/basic
|
redirect: /examples/basic
|
||||||
items:
|
items:
|
||||||
@@ -17,30 +20,28 @@
|
|||||||
- title: Collaborative editing
|
- title: Collaborative editing
|
||||||
link: /examples/collaborative-editing
|
link: /examples/collaborative-editing
|
||||||
pro: true
|
pro: true
|
||||||
- title: Collaborative editing (WS)
|
- title: Collaborative editing 🚧
|
||||||
link: /examples/collaborative-editing-ws
|
link: /examples/collaborative-editing-ws
|
||||||
draft: true
|
draft: true
|
||||||
- title: Markdown shortcuts
|
- title: Markdown shortcuts
|
||||||
link: /examples/markdown-shortcuts
|
link: /examples/markdown-shortcuts
|
||||||
- title: Formatting
|
# - title: Formatting
|
||||||
link: /examples/formatting
|
# link: /examples/formatting
|
||||||
- title: Links
|
# - title: Links
|
||||||
link: /examples/links
|
# link: /examples/links
|
||||||
- title: Todo App
|
- title: Todo App
|
||||||
link: /examples/todo-app
|
link: /examples/todo-app
|
||||||
- title: Read-only
|
# - title: Read-only
|
||||||
link: /examples/read-only
|
# link: /examples/read-only
|
||||||
- title: Minimalist
|
# - title: Minimalist
|
||||||
link: /examples/minimalist
|
# link: /examples/minimalist
|
||||||
- title: Use with v-model
|
# - title: Use with v-model
|
||||||
link: /examples/v-model
|
# link: /examples/v-model
|
||||||
- title: Drag handle
|
# - title: Drag handle
|
||||||
link: /examples/drag-handle
|
# link: /examples/drag-handle
|
||||||
draft: true
|
# draft: true
|
||||||
- title: Export HTML or JSON
|
# - title: Export HTML or JSON
|
||||||
link: /examples/export-html-or-json
|
# link: /examples/export-html-or-json
|
||||||
- title: Feedback
|
|
||||||
link: /overview/feedback
|
|
||||||
|
|
||||||
- title: Guide
|
- title: Guide
|
||||||
items:
|
items:
|
||||||
@@ -51,8 +52,8 @@
|
|||||||
link: /guide/getting-started/vue-cli
|
link: /guide/getting-started/vue-cli
|
||||||
- title: Configure the editor
|
- title: Configure the editor
|
||||||
link: /guide/configure-the-editor
|
link: /guide/configure-the-editor
|
||||||
- title: Create a new toolbar
|
- title: Create a toolbar
|
||||||
link: /guide/create-your-editor
|
link: /guide/create-a-toolbar
|
||||||
draft: true
|
draft: true
|
||||||
- title: Add custom styling
|
- title: Add custom styling
|
||||||
link: /guide/custom-styling
|
link: /guide/custom-styling
|
||||||
|
|||||||
Reference in New Issue
Block a user