diff --git a/docs/api/extensions/bubble-menu.md b/docs/api/extensions/bubble-menu.md index a70e3769d..4237cd68b 100644 --- a/docs/api/extensions/bubble-menu.md +++ b/docs/api/extensions/bubble-menu.md @@ -1,5 +1,6 @@ --- description: Add a toolbar that pops up above the text to apply inline formatting easily. +icon: chat-2-line --- # Bubble Menu diff --git a/docs/api/extensions/collaboration-cursor.md b/docs/api/extensions/collaboration-cursor.md index 04482ef84..ae6ed9065 100644 --- a/docs/api/extensions/collaboration-cursor.md +++ b/docs/api/extensions/collaboration-cursor.md @@ -1,5 +1,6 @@ --- description: See other user’s cursors and their name while they type. +icon: account-pin-circle-line --- # CollaborationCursor diff --git a/docs/api/extensions/collaboration.md b/docs/api/extensions/collaboration.md index b16341023..2d43b481e 100644 --- a/docs/api/extensions/collaboration.md +++ b/docs/api/extensions/collaboration.md @@ -1,5 +1,6 @@ --- description: Collaborative text editing can be fricking complex, so we made it different. +icon: user-voice-line --- # Collaboration diff --git a/docs/api/extensions/color.md b/docs/api/extensions/color.md index 89b0d8497..033dafc33 100644 --- a/docs/api/extensions/color.md +++ b/docs/api/extensions/color.md @@ -1,5 +1,6 @@ --- description: Add text color support to your editor (comes with unlimited colors). +icon: paint-brush-line --- # Color diff --git a/docs/api/extensions/dropcursor.md b/docs/api/extensions/dropcursor.md index 336403321..0d190f9f4 100644 --- a/docs/api/extensions/dropcursor.md +++ b/docs/api/extensions/dropcursor.md @@ -1,5 +1,6 @@ --- description: Adds a cursor when something is dragged inside the editor. +icon: drag-drop-line --- # Dropcursor diff --git a/docs/api/extensions/floating-menu.md b/docs/api/extensions/floating-menu.md index de7bd73de..28727a22f 100644 --- a/docs/api/extensions/floating-menu.md +++ b/docs/api/extensions/floating-menu.md @@ -1,5 +1,6 @@ --- description: Make a toolbar appear automagically on empty lines. +icon: menu-4-line --- # Floating Menu diff --git a/docs/api/extensions/gapcursor.md b/docs/api/extensions/gapcursor.md index 775f074ab..b78ba6134 100644 --- a/docs/api/extensions/gapcursor.md +++ b/docs/api/extensions/gapcursor.md @@ -1,5 +1,6 @@ --- description: The gapcursor makes sure the cursor doesn’t get stuck … in a gap. +icon: space --- # Gapcursor diff --git a/docs/api/extensions/history.md b/docs/api/extensions/history.md index 4592364b4..b73a2c356 100644 --- a/docs/api/extensions/history.md +++ b/docs/api/extensions/history.md @@ -1,5 +1,6 @@ --- description: If I could just go back and make everything undone … you can. +icon: history-line --- # History diff --git a/docs/api/extensions/starter-kit.md b/docs/api/extensions/starter-kit.md index 55965b2f9..45f61934d 100644 --- a/docs/api/extensions/starter-kit.md +++ b/docs/api/extensions/starter-kit.md @@ -1,5 +1,6 @@ --- description: All the popular extensions in a single extension, doesn’t get much better than this. +icon: star-smile-line --- # StarterKit diff --git a/docs/api/extensions/text-align.md b/docs/api/extensions/text-align.md index e62dd02c6..c6f10dae4 100644 --- a/docs/api/extensions/text-align.md +++ b/docs/api/extensions/text-align.md @@ -1,5 +1,6 @@ --- description: Left, right, center, whatever! Align the text however you like. +icon: align-left --- # TextAlign diff --git a/docs/api/extensions/typography.md b/docs/api/extensions/typography.md index f0f57d6cd..15e2f467e 100644 --- a/docs/api/extensions/typography.md +++ b/docs/api/extensions/typography.md @@ -1,5 +1,6 @@ --- description: The typography smart ass for your editor, replaces everything that’s wrong. +icon: text --- # Typography diff --git a/docs/api/marks/bold.md b/docs/api/marks/bold.md index ee1fbc2b6..87704b4a1 100644 --- a/docs/api/marks/bold.md +++ b/docs/api/marks/bold.md @@ -1,5 +1,6 @@ --- description: Make your text bold and let it stand out. +icon: bold --- # Bold diff --git a/docs/api/marks/code.md b/docs/api/marks/code.md index da855329b..8c50c485a 100644 --- a/docs/api/marks/code.md +++ b/docs/api/marks/code.md @@ -1,5 +1,6 @@ --- description: Developers love to add some inline code to their texts. +icon: code-view --- # Code diff --git a/docs/api/marks/highlight.md b/docs/api/marks/highlight.md index 108c4d7a6..577f78228 100644 --- a/docs/api/marks/highlight.md +++ b/docs/api/marks/highlight.md @@ -1,5 +1,6 @@ --- description: Make it look nerdier with some colorful text highlights. +icon: mark-pen-line --- # Highlight diff --git a/docs/api/marks/italic.md b/docs/api/marks/italic.md index 5dd030549..410bf2d15 100644 --- a/docs/api/marks/italic.md +++ b/docs/api/marks/italic.md @@ -1,5 +1,6 @@ --- description: Helps to emphasize your text, doesn’t bring you closer to Italy though. +icon: italic --- # Italic diff --git a/docs/api/marks/link.md b/docs/api/marks/link.md index 5c330d514..0710dfeb4 100644 --- a/docs/api/marks/link.md +++ b/docs/api/marks/link.md @@ -1,5 +1,6 @@ --- description: Link it, link it good, link it real good (and don’t forget the href). +icon: link --- # Link diff --git a/docs/api/marks/strike.md b/docs/api/marks/strike.md index 399cdc8eb..bb86ab8aa 100644 --- a/docs/api/marks/strike.md +++ b/docs/api/marks/strike.md @@ -1,5 +1,6 @@ --- description: Cut through the words you wrote, if you’re too afraid to delete it. +icon: strikethrough --- # Strike diff --git a/docs/api/marks/subscript.md b/docs/api/marks/subscript.md index 8a7841aba..ddcd39a94 100644 --- a/docs/api/marks/subscript.md +++ b/docs/api/marks/subscript.md @@ -1,5 +1,6 @@ --- description: Write slightly below the normal line, to show you’re unique. +icon: subscript --- # Subscript diff --git a/docs/api/marks/superscript.md b/docs/api/marks/superscript.md index 6cd2c7d75..906b64fef 100644 --- a/docs/api/marks/superscript.md +++ b/docs/api/marks/superscript.md @@ -1,5 +1,6 @@ --- description: Write slightly above the normal line, to show you’re just next level. +icon: superscript --- # Superscript diff --git a/docs/api/marks/text-style.md b/docs/api/marks/text-style.md index 9a3a8452e..9fa98428b 100644 --- a/docs/api/marks/text-style.md +++ b/docs/api/marks/text-style.md @@ -1,5 +1,6 @@ --- description: Useless extension, just adds tags (required by other extensions though). +icon: text --- # TextStyle diff --git a/docs/api/marks/underline.md b/docs/api/marks/underline.md index 43581e64e..793f7d0ec 100644 --- a/docs/api/marks/underline.md +++ b/docs/api/marks/underline.md @@ -1,5 +1,6 @@ --- description: Add a line below your text to make it look more … underlined. +icon: underline --- # Underline diff --git a/docs/api/nodes/blockquote.md b/docs/api/nodes/blockquote.md index 9540c0f0e..1b5969ad6 100644 --- a/docs/api/nodes/blockquote.md +++ b/docs/api/nodes/blockquote.md @@ -1,5 +1,6 @@ --- description: Quoting other people lets you look clever. +icon: double-quotes-l --- # Blockquote diff --git a/docs/api/nodes/bullet-list.md b/docs/api/nodes/bullet-list.md index 6de8c3a92..423702f0f 100644 --- a/docs/api/nodes/bullet-list.md +++ b/docs/api/nodes/bullet-list.md @@ -1,5 +1,6 @@ --- description: Everything looks more serious with a few bullet points. +icon: list-unordered --- # BulletList diff --git a/docs/api/nodes/code-block-lowlight.md b/docs/api/nodes/code-block-lowlight.md index afff2f5e1..395f6afd0 100644 --- a/docs/api/nodes/code-block-lowlight.md +++ b/docs/api/nodes/code-block-lowlight.md @@ -1,5 +1,6 @@ --- description: Add some colorful syntax highlighting to your code blocks. +icon: terminal-box-fill --- # CodeBlockLowlight diff --git a/docs/api/nodes/code-block.md b/docs/api/nodes/code-block.md index e53ce4ed9..822f5046f 100644 --- a/docs/api/nodes/code-block.md +++ b/docs/api/nodes/code-block.md @@ -1,5 +1,6 @@ --- description: The least code the better, but sometimes you need multiple lines of it. +icon: terminal-box-line --- # CodeBlock diff --git a/docs/api/nodes/document.md b/docs/api/nodes/document.md index 7d363da95..209b437d3 100644 --- a/docs/api/nodes/document.md +++ b/docs/api/nodes/document.md @@ -1,5 +1,6 @@ --- description: "Everyone needs it, nobody talks about it: the Document extension." +icon: file-line --- # Document diff --git a/docs/api/nodes/emoji.md b/docs/api/nodes/emoji.md index 601724e21..865340e83 100644 --- a/docs/api/nodes/emoji.md +++ b/docs/api/nodes/emoji.md @@ -1,5 +1,6 @@ --- description: "Not ready yet. :construction:" +icon: emotion-line --- # Emoji diff --git a/docs/api/nodes/hard-break.md b/docs/api/nodes/hard-break.md index 6bd72f2de..3901bfa19 100644 --- a/docs/api/nodes/hard-break.md +++ b/docs/api/nodes/hard-break.md @@ -1,5 +1,6 @@ --- description: Sometimes we all need a break, even if it’s just a line break. +icon: text-wrap --- # HardBreak diff --git a/docs/api/nodes/hashtag.md b/docs/api/nodes/hashtag.md index a7852e537..981e43b99 100644 --- a/docs/api/nodes/hashtag.md +++ b/docs/api/nodes/hashtag.md @@ -1,5 +1,6 @@ --- description: "#notdone #procrastinate" +icon: hashtag --- # Hashtag diff --git a/docs/api/nodes/heading.md b/docs/api/nodes/heading.md index a6506798e..01b2945b6 100644 --- a/docs/api/nodes/heading.md +++ b/docs/api/nodes/heading.md @@ -1,5 +1,6 @@ --- description: Structure the content with headings (comes with 6 different levels or less). +icon: h-1 --- # Heading diff --git a/docs/api/nodes/horizontal-rule.md b/docs/api/nodes/horizontal-rule.md index 36da8cebf..ec7881e08 100644 --- a/docs/api/nodes/horizontal-rule.md +++ b/docs/api/nodes/horizontal-rule.md @@ -1,5 +1,6 @@ --- description: Separate what needs to be separated, but use it wisely. +icon: separator --- # HorizontalRule diff --git a/docs/api/nodes/image.md b/docs/api/nodes/image.md index f9ca754c7..8c99ec8a8 100644 --- a/docs/api/nodes/image.md +++ b/docs/api/nodes/image.md @@ -1,5 +1,6 @@ --- description: Add an image (but a beautiful one), when words aren’t enough. +icon: image-line --- # Image diff --git a/docs/api/nodes/list-item.md b/docs/api/nodes/list-item.md index 71907a964..2db87fa14 100644 --- a/docs/api/nodes/list-item.md +++ b/docs/api/nodes/list-item.md @@ -1,5 +1,6 @@ --- description: Doesn’t care if it’s part of a bullet list or an ordered list. +icon: list-unordered --- # ListItem diff --git a/docs/api/nodes/mention.md b/docs/api/nodes/mention.md index a5b0980ed..e311304fd 100644 --- a/docs/api/nodes/mention.md +++ b/docs/api/nodes/mention.md @@ -1,5 +1,6 @@ --- description: Ping all your people @marijn @kevin +icon: at-line --- # Mention diff --git a/docs/api/nodes/ordered-list.md b/docs/api/nodes/ordered-list.md index be25b6b8a..618cdd849 100644 --- a/docs/api/nodes/ordered-list.md +++ b/docs/api/nodes/ordered-list.md @@ -1,5 +1,6 @@ --- description: If a bullet list doesn’t look serious enough, put some numbers in front of it. +icon: list-ordered --- # OrderedList diff --git a/docs/api/nodes/paragraph.md b/docs/api/nodes/paragraph.md index 37e140edd..894b4b4b2 100644 --- a/docs/api/nodes/paragraph.md +++ b/docs/api/nodes/paragraph.md @@ -1,5 +1,6 @@ --- description: Mom, look! I wrote a paragraph in the Internet. +icon: paragraph --- # Paragraph diff --git a/docs/api/nodes/table-cell.md b/docs/api/nodes/table-cell.md index dfdfe031b..c4f0568e7 100644 --- a/docs/api/nodes/table-cell.md +++ b/docs/api/nodes/table-cell.md @@ -1,5 +1,6 @@ --- description: "It’s useless without all its other table friends: the table cell." +icon: table-line --- # TableCell diff --git a/docs/api/nodes/table-header.md b/docs/api/nodes/table-header.md index 2c6c046a8..efb03b494 100644 --- a/docs/api/nodes/table-header.md +++ b/docs/api/nodes/table-header.md @@ -1,5 +1,6 @@ --- description: "Tables don’t require a header, but let’s be honest: It looks better with it." +icon: table-line --- # TableHeader diff --git a/docs/api/nodes/table-row.md b/docs/api/nodes/table-row.md index 80d9af7e4..342e386ff 100644 --- a/docs/api/nodes/table-row.md +++ b/docs/api/nodes/table-row.md @@ -1,5 +1,6 @@ --- description: "The perfect middle ground between a table and a table cell." +icon: table-line --- # TableRow diff --git a/docs/api/nodes/table.md b/docs/api/nodes/table.md index 4afe7b686..76ffccd48 100644 --- a/docs/api/nodes/table.md +++ b/docs/api/nodes/table.md @@ -1,5 +1,6 @@ --- description: You’re working on something really serious if you need tables inside a text editor. +icon: table-line tableOfContents: true --- diff --git a/docs/api/nodes/task-item.md b/docs/api/nodes/task-item.md index 9014bd861..ba3da80d1 100644 --- a/docs/api/nodes/task-item.md +++ b/docs/api/nodes/task-item.md @@ -1,5 +1,6 @@ --- description: The actually task, without it the task list would be nothing. +icon: list-check --- # TaskItem diff --git a/docs/api/nodes/task-list.md b/docs/api/nodes/task-list.md index d74fea981..918a5f32a 100644 --- a/docs/api/nodes/task-list.md +++ b/docs/api/nodes/task-list.md @@ -1,5 +1,6 @@ --- description: Adds support for tasks (doesn’t make sure you actually complete them though). +icon: list-check --- # TaskList diff --git a/docs/api/nodes/text.md b/docs/api/nodes/text.md index 54dac99ea..7b17d3aaf 100644 --- a/docs/api/nodes/text.md +++ b/docs/api/nodes/text.md @@ -1,5 +1,6 @@ --- description: No text editor without text, so better make sure to install that one. +icon: text --- # Text