diff --git a/docs/src/docPages/api/nodes/emoji.md b/docs/src/docPages/api/nodes/emoji.md index 057060fc..730b5ac8 100644 --- a/docs/src/docPages/api/nodes/emoji.md +++ b/docs/src/docPages/api/nodes/emoji.md @@ -3,7 +3,7 @@ ## Support for emojis There is no extension or example yet, but it’s definitely on our list to build a dedicated extension to add emoji support. -If you want to give it a shot yourself, you could start altering the [`Mention`](/api/nodes/mention) node. This uses the [`Suggestion`](/utilities/suggestion) utility, which should help with an autocomplete and such things. +If you want to give it a shot yourself, you could start altering the [`Mention`](/api/nodes/mention) node. This uses the [`Suggestion`](/api/utilities/suggestion) utility, which should help with an autocomplete and such things. :::pro Fund the development ♥ We need your support to maintain, update, support and develop tiptap 2. If you’re waiting for this extension, [become a sponsor and fund our work](/sponsor). diff --git a/docs/src/docPages/guide/menus.md b/docs/src/docPages/guide/menus.md index 40c5df7e..c7dacc3e 100644 --- a/docs/src/docPages/guide/menus.md +++ b/docs/src/docPages/guide/menus.md @@ -35,6 +35,9 @@ The [floating menu](/api/extensions/floating-menu) appears in empty lines. Marku hide-source /> +### Slash commands (work in progress) +It’s not an official extension yet, but [there’s an experiment you can use to add what we call slash commands](/experiments/commands). It’ll allow you to start a new line with `/` and will bring up a popup to select which node should be added. + ## Buttons Okay, you’ve got your menu. But how do you wire things up? ### Commands