Add support for mentions, tags & commands
See original GitHub issueEveryone needs @mentions
, #tags
and /commands
. This should be possible with one extension. Rendering should be outside of tiptap.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:12
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Add support for mentions, tags & commands · Issue #11 - GitHub
Everyone needs @mentions, #tags and /commands. This should be possible with one extension. Rendering should be outside of tiptap.
Read more >Use @mentions to get someone's attention in Teams
To get someone's attention in a channel conversation or a chat, @mention them. Just type @ before their name and then select them...
Read more >So, You Want to Build an @mention Autocomplete Feature?
Hashtags are a good example: users are empowered to create semi-structured data in a free-form context, which then helps categorize content ...
Read more >Tags - Advanced Usage - Carl-bot Documentation
Tags - Advanced Usage. Tags are custom commands. They are easy to use and can be very powerful. With some ingenuity, you can...
Read more >Mentions - CKEditor 5 Documentation
The 'mention' command implemented by MentionCommand . You can insert a mention element by executing the following code: editor.execute( 'mention' ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m making progress 😃
@AveryBibeau Could you elaborate how you made both
@
and#
work as triggers for the Mentions popup? Also need this 🙏