diff --git a/docs/api/extensions/bubble-menu.md b/docs/api/extensions/bubble-menu.md index 4237cd68..752fb942 100644 --- a/docs/api/extensions/bubble-menu.md +++ b/docs/api/extensions/bubble-menu.md @@ -1,5 +1,5 @@ --- -description: Add a toolbar that pops up above the text to apply inline formatting easily. +description: Add a toolbar that pops up above the text. Great to apply inline formatting. icon: chat-2-line --- diff --git a/docs/api/extensions/character-count.md b/docs/api/extensions/character-count.md index 0fe8b7e3..91329e9f 100644 --- a/docs/api/extensions/character-count.md +++ b/docs/api/extensions/character-count.md @@ -1,5 +1,6 @@ --- description: Limit the number of characters in your editor, or at least count them. +icon: calculator-line --- # CharacterCount diff --git a/docs/api/extensions/collaboration.md b/docs/api/extensions/collaboration.md index 2d43b481..92df17d8 100644 --- a/docs/api/extensions/collaboration.md +++ b/docs/api/extensions/collaboration.md @@ -1,5 +1,5 @@ --- -description: Collaborative text editing can be fricking complex, so we made it different. +description: Collaborative text editing can be fricking complex, but it doesn’t have to be that way. icon: user-voice-line --- diff --git a/docs/api/extensions/focus.md b/docs/api/extensions/focus.md index a9966fb2..2db9e24f 100644 --- a/docs/api/extensions/focus.md +++ b/docs/api/extensions/focus.md @@ -1,5 +1,6 @@ --- description: Keep track of where the cursor is, and let the user know you know it. +icon: focus-line --- # Focus diff --git a/docs/api/extensions/font-family.md b/docs/api/extensions/font-family.md index dcc582ce..857060c4 100644 --- a/docs/api/extensions/font-family.md +++ b/docs/api/extensions/font-family.md @@ -1,5 +1,5 @@ --- -description: Don’t let your users use Comic Sans MS, but let them use all other fonts. +description: Doesn’t have support for Comic Sans, but for all other fonts. --- # FontFamily diff --git a/docs/api/extensions/placeholder.md b/docs/api/extensions/placeholder.md index 2b4cd9e9..a207577a 100644 --- a/docs/api/extensions/placeholder.md +++ b/docs/api/extensions/placeholder.md @@ -1,5 +1,6 @@ --- description: Configure a helpful placeholder to fill the emptyness. +icon: ghost-line --- # Placeholder diff --git a/docs/api/extensions/starter-kit.md b/docs/api/extensions/starter-kit.md index 45f61934..e55500c8 100644 --- a/docs/api/extensions/starter-kit.md +++ b/docs/api/extensions/starter-kit.md @@ -1,6 +1,6 @@ --- -description: All the popular extensions in a single extension, doesn’t get much better than this. -icon: star-smile-line +description: All the popular extensions in a single extension. Doesn’t get much better than this. +icon: stack-line --- # StarterKit diff --git a/docs/api/extensions/typography.md b/docs/api/extensions/typography.md index 15e2f467..06037f8e 100644 --- a/docs/api/extensions/typography.md +++ b/docs/api/extensions/typography.md @@ -1,6 +1,6 @@ --- description: The typography smart ass for your editor, replaces everything that’s wrong. -icon: text +icon: quill-pen-line --- # Typography diff --git a/docs/api/marks/strike.md b/docs/api/marks/strike.md index bb86ab8a..70e57101 100644 --- a/docs/api/marks/strike.md +++ b/docs/api/marks/strike.md @@ -1,5 +1,5 @@ --- -description: Cut through the words you wrote, if you’re too afraid to delete it. +description: Cut through the words you wrote if you’re too afraid to delete it. icon: strikethrough --- diff --git a/docs/api/marks/subscript.md b/docs/api/marks/subscript.md index ddcd39a9..bdb0ae50 100644 --- a/docs/api/marks/subscript.md +++ b/docs/api/marks/subscript.md @@ -1,5 +1,5 @@ --- -description: Write slightly below the normal line, to show you’re unique. +description: Write slightly below the normal line to show you’re unique. icon: subscript --- diff --git a/docs/api/marks/superscript.md b/docs/api/marks/superscript.md index 906b64fe..fb4c7ee8 100644 --- a/docs/api/marks/superscript.md +++ b/docs/api/marks/superscript.md @@ -1,5 +1,5 @@ --- -description: Write slightly above the normal line, to show you’re just next level. +description: Write slightly above the normal line to show you’re just next level. icon: superscript --- diff --git a/docs/api/marks/text-style.md b/docs/api/marks/text-style.md index 9fa98428..cef8e6a9 100644 --- a/docs/api/marks/text-style.md +++ b/docs/api/marks/text-style.md @@ -1,6 +1,6 @@ --- description: Useless extension, just adds tags (required by other extensions though). -icon: text +icon: palette-line --- # TextStyle diff --git a/docs/api/nodes/blockquote.md b/docs/api/nodes/blockquote.md index 1b5969ad..c9059abb 100644 --- a/docs/api/nodes/blockquote.md +++ b/docs/api/nodes/blockquote.md @@ -1,5 +1,5 @@ --- -description: Quoting other people lets you look clever. +description: Quoting other people will make you look clever. icon: double-quotes-l --- diff --git a/docs/api/nodes/code-block.md b/docs/api/nodes/code-block.md index 822f5046..ba1b62da 100644 --- a/docs/api/nodes/code-block.md +++ b/docs/api/nodes/code-block.md @@ -1,5 +1,5 @@ --- -description: The least code the better, but sometimes you need multiple lines of it. +description: The least code the better, but sometimes you just need multiple lines. icon: terminal-box-line --- diff --git a/docs/api/nodes/list-item.md b/docs/api/nodes/list-item.md index 2db87fa1..51f63752 100644 --- a/docs/api/nodes/list-item.md +++ b/docs/api/nodes/list-item.md @@ -1,6 +1,6 @@ --- -description: Doesn’t care if it’s part of a bullet list or an ordered list. -icon: list-unordered +description: Simply does its job. Doesn’t even care if it’s part of a bullet list or an ordered list. +icon: asterisk --- # ListItem diff --git a/docs/api/nodes/paragraph.md b/docs/api/nodes/paragraph.md index 894b4b4b..62734501 100644 --- a/docs/api/nodes/paragraph.md +++ b/docs/api/nodes/paragraph.md @@ -1,5 +1,5 @@ --- -description: Mom, look! I wrote a paragraph in the Internet. +description: Mom, look! I wrote a paragraph on the Internet. icon: paragraph --- diff --git a/docs/api/nodes/table-cell.md b/docs/api/nodes/table-cell.md index c4f0568e..7be331aa 100644 --- a/docs/api/nodes/table-cell.md +++ b/docs/api/nodes/table-cell.md @@ -1,6 +1,6 @@ --- description: "It’s useless without all its other table friends: the table cell." -icon: table-line +icon: checkbox-blank-line --- # TableCell diff --git a/docs/api/nodes/table-header.md b/docs/api/nodes/table-header.md index efb03b49..b8ea881f 100644 --- a/docs/api/nodes/table-header.md +++ b/docs/api/nodes/table-header.md @@ -1,6 +1,6 @@ --- -description: "Tables don’t require a header, but let’s be honest: It looks better with it." -icon: table-line +description: "Tables don’t require a header, but let’s be honest: They look better with it." +icon: t-box-line --- # TableHeader diff --git a/docs/api/nodes/table-row.md b/docs/api/nodes/table-row.md index 342e386f..8af41e3b 100644 --- a/docs/api/nodes/table-row.md +++ b/docs/api/nodes/table-row.md @@ -1,6 +1,6 @@ --- description: "The perfect middle ground between a table and a table cell." -icon: table-line +icon: table-2 --- # TableRow diff --git a/docs/api/nodes/task-item.md b/docs/api/nodes/task-item.md index ba3da80d..7acd5e46 100644 --- a/docs/api/nodes/task-item.md +++ b/docs/api/nodes/task-item.md @@ -1,6 +1,6 @@ --- description: The actually task, without it the task list would be nothing. -icon: list-check +icon: task-line --- # TaskItem