docs: update content
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
## Support for emojis
|
## 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.
|
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 ♥
|
:::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).
|
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).
|
||||||
|
|||||||
@@ -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)
|
||||||
|
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
|
## Buttons
|
||||||
Okay, you’ve got your menu. But how do you wire things up?
|
Okay, you’ve got your menu. But how do you wire things up?
|
||||||
### Commands
|
### Commands
|
||||||
|
|||||||
Reference in New Issue
Block a user