Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Oct 10, 2023
1 parent f718b32 commit 86c74d5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ function sidebarEditor() {
{ text: 'collaborationCursor', link: '/editor/extensions/collaboration-cursor/' },
{ text: 'dropCursor', link: '/editor/extensions/drop-cursor/' },
{ text: 'gapCursor', link: '/editor/extensions/gap-cursor/' },
{ text: 'listKeymap', link: '/editor/extensions/list-keymap/' },
{ text: 'nodePreventDelete', link: '/editor/extensions/node-prevent-delete/' },
{ text: 'nodePreventPaste', link: '/editor/extensions/node-prevent-paste/' },
{ text: 'tableCaption', link: '/editor/extensions/table-caption/' },
Expand Down
21 changes: 15 additions & 6 deletions docs/editor/cms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
## Nodes
| Name | Feature clear | Schema setup | Development | Migration valid | Docs | Feature done |
|------------------|:-------------:|:------------:|:-----------:|:---------------:|------|:------------:|
| quote |||| | | |
| bulletList ||| dep | | | |
| button |||| | | |
| contentBreak ||| | | | |
| contentBreak ||| | | | |
| contentLock |||| | | |
| doc ||| dep | | | |
| embedCustom ||| | | | |
| embedCustom ||| | | | |
| embedGallery ||| | | | |
| embedImage ||| | | | |
| embedImageInline ||| | | | |
Expand All @@ -37,7 +36,7 @@
| embedNewsletter | | | | | | |
| embedPoll ||| | | | |
| embedQuiz ||| | | | |
| embedRelated ||| | | | |
| embedRelated ||| | | | |
| embedTimeline | | | | | | |
| embedWeather ||| | | | |
| hardBreak ||| dep | | | |
Expand All @@ -46,8 +45,13 @@
| listItem ||| dep | | | |
| orderedList ||| dep | | | |
| paragraph ||| dep | | | |
| quote |||| | | |
| quoteAuthor |||| | | |
| quoteContent |||| | | |
| review | | | | | | |
| styledBox |||| | | |
| styledBox ||| | | | |
| styledBoxContent ||| | | | |
| styledBoxTitle ||| | | | |
| table ||| dep + ✅ | | | |
| tableCell ||| dep | | | |
| tableHeader ||| dep | | | |
Expand All @@ -64,14 +68,19 @@
| Name | Feature clear | Development | Migration valid | Docs | Feature done |
|---------------------|:-------------:|:-----------:|:---------------:|------|:------------:|
| anchor ||| | | |
| addParagraph ||| | | |
| collaboration || dep | | | |
| collaborationCursor || dep | | | |
| dropCursor || dep | | | |
| gapCursor || dep | | | |
| listKeymap || dep | | | |
| nodePreventDelete || | | | |
| nodePreventPaste || | | | |
| tableCaption ||| | | |
| tocGenerate ||| | | |
| slashCommands ||| | | |
| history || dep | | | |
| textAlign || dep | | | |
| tocGenerate ||| | | |

## Supported media embed variants (needs to add all options)
| Name | Feature clear | Development | Migration valid | Docs | Feature done |
Expand Down
3 changes: 3 additions & 0 deletions docs/editor/extensions/list-keymap/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# listKeymap

See [tiptap docs](https://tiptap.dev/api/extensions/list-keymap).

0 comments on commit 86c74d5

Please sign in to comment.