mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 15:49:23 +08:00
docs: add icons for examples
This commit is contained in:
parent
d71c27fe99
commit
941ce64b28
@ -63,36 +63,52 @@
|
|||||||
redirect: /examples/default
|
redirect: /examples/default
|
||||||
items:
|
items:
|
||||||
- title: Default text editor
|
- title: Default text editor
|
||||||
|
icon: edit-box-line
|
||||||
link: /examples/default
|
link: /examples/default
|
||||||
- title: Collaborative editing
|
- title: Collaborative editing
|
||||||
|
icon: team-line
|
||||||
link: /examples/collaborative-editing
|
link: /examples/collaborative-editing
|
||||||
- title: Markdown shortcuts
|
- title: Markdown shortcuts
|
||||||
|
icon: markdown-line
|
||||||
link: /examples/markdown-shortcuts
|
link: /examples/markdown-shortcuts
|
||||||
- title: Menus
|
- title: Menus
|
||||||
|
icon: menu-line
|
||||||
link: /examples/menus
|
link: /examples/menus
|
||||||
- title: Tables
|
- title: Tables
|
||||||
|
icon: table-line
|
||||||
link: /examples/tables
|
link: /examples/tables
|
||||||
- title: Images
|
- title: Images
|
||||||
|
icon: image-line
|
||||||
link: /examples/images
|
link: /examples/images
|
||||||
- title: Formatting
|
- title: Formatting
|
||||||
|
icon: indent-increase
|
||||||
link: /examples/formatting
|
link: /examples/formatting
|
||||||
- title: Tasks
|
- title: Tasks
|
||||||
|
icon: checkbox-multiple-line
|
||||||
link: /examples/tasks
|
link: /examples/tasks
|
||||||
- title: Long texts
|
- title: Long texts
|
||||||
|
icon: text-spacing
|
||||||
link: /examples/book
|
link: /examples/book
|
||||||
- title: Drawing
|
- title: Drawing
|
||||||
|
icon: pencil-ruler-line
|
||||||
link: /examples/drawing
|
link: /examples/drawing
|
||||||
- title: Mentions
|
- title: Mentions
|
||||||
|
icon: at-line
|
||||||
link: /examples/suggestions
|
link: /examples/suggestions
|
||||||
- title: Minimal setup
|
- title: Minimal setup
|
||||||
|
icon: settings-line
|
||||||
link: /examples/minimal
|
link: /examples/minimal
|
||||||
- title: Force a title
|
- title: Force a title
|
||||||
|
icon: file-settings-line
|
||||||
link: /examples/custom-document
|
link: /examples/custom-document
|
||||||
- title: A clever editor
|
- title: A clever editor
|
||||||
|
icon: mental-health-line
|
||||||
link: /examples/savvy
|
link: /examples/savvy
|
||||||
- title: Interactivity
|
- title: Interactivity
|
||||||
|
icon: cursor-fill
|
||||||
link: /examples/interactivity
|
link: /examples/interactivity
|
||||||
- title: Syntax highlighting
|
- title: Syntax highlighting
|
||||||
|
icon: code-box-fill
|
||||||
link: /examples/syntax-highlighting
|
link: /examples/syntax-highlighting
|
||||||
|
|
||||||
- title: Guide
|
- title: Guide
|
||||||
|
Loading…
Reference in New Issue
Block a user