diff --git a/editor/keyboard-shortcuts.mdx b/editor/keyboard-shortcuts.mdx index 40270455c..a39b770dc 100644 --- a/editor/keyboard-shortcuts.mdx +++ b/editor/keyboard-shortcuts.mdx @@ -52,6 +52,7 @@ Use these shortcuts when editing in Visual mode. | **Add link** to selected text | Cmd + K | Ctrl + K | | **Add line break** | Cmd + Enter | Ctrl + Enter | | **Component menu** | / | / | +| **Emoji picker** | : + keyword | : + keyword | ### Smart substitutions diff --git a/editor/pages.mdx b/editor/pages.mdx index dde35205d..fba13577d 100644 --- a/editor/pages.mdx +++ b/editor/pages.mdx @@ -60,6 +60,7 @@ Edit content with real-time previews that show how the content looks when publis - **Add math equations**: Type /inline-math for an inline LaTeX equation or /block-math for a centered block equation. [Enable LaTeX](/editor/configurations) in your site settings first. - **Add prompt blocks**: Type /prompt to insert an AI prompt template with copy actions. - **Edit tables**: When your cursor is inside a table, use the floating toolbar to add or remove rows and columns, or merge cells. +- **Insert emojis**: Type : followed by a keyword to open the emoji picker. Use arrow keys to navigate the grid and press Enter to insert the selected emoji. The picker searches emoji names, tags, and shortcodes. - **Insert links**: Select text and press Cmd + K, or drag a page from the navigation tree into the editor to create a link with the page title. See [Components](/components) for the complete list of available components.