docs: update content

This commit is contained in:
Hans Pagel
2021-04-08 23:00:01 +02:00
parent f4d3bbd5ec
commit e33d5e506a
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
## Support for emojis ## Support for emojis
There is no extension or example yet, but its definitely on our list to build a dedicated extension to add emoji support. There is no extension or example yet, but its 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 ♥ :::pro Fund the development ♥
We need your support to maintain, update, support and develop tiptap 2. If youre waiting for this extension, [become a sponsor and fund our work](/sponsor). We need your support to maintain, update, support and develop tiptap 2. If youre waiting for this extension, [become a sponsor and fund our work](/sponsor).

View File

@@ -35,6 +35,9 @@ The [floating menu](/api/extensions/floating-menu) appears in empty lines. Marku
hide-source hide-source
/> />
### Slash commands (work in progress)
Its not an official extension yet, but [theres an experiment you can use to add what we call slash commands](/experiments/commands). Itll allow you to start a new line with `/` and will bring up a popup to select which node should be added.
## Buttons ## Buttons
Okay, youve got your menu. But how do you wire things up? Okay, youve got your menu. But how do you wire things up?
### Commands ### Commands