mentions
Here are 67 public repositories matching this topic...
Is there any demo sample code for accessing the remote data stored with TributeJs.
https://github.com/zurb/tribute#loading-remote-data
Any suggestions over this?
Steps to reproduce:
- Here's my code below:
<MentionsInput singlieLine={false} value={description.value} onChange ={this.handleChangeStoryDescription}> <Mention trigger="@" data={ this.fetchUsers } /> </MentionsInput> - in the fetchUsers call, I have the following:
`fetchUser
-
Updated
Feb 16, 2020 - PHP
Can you provide the support for InputAccessoryView in which the suggestion list will stick on top of the keyboard on iOS?
Something like this:
Thanks.
Would it be possible to have the functionality to select a mention either when clicking or moving the cursor on the keyboard?
This feature exists and is very practical on TinyMCE. See example :
https://www.tiny.cloud/docs/plugins/mentions/
Moreover, the appearance of the tooltip on hovering is also a nice feature on TinyMCE
(feature request here: https://github.com/afry/quill-mention/iss
If I write a mention like this @name.surname_2123 mention stops at dot. but when I remove either dot or underscore it works. How to fix this?
Hello,
removeEntireMention= true parameters allow to remove entire mention with backspace.
removeEntireMention= false parameter allows to highlight mention on the first backspace then unhighlight mention and only keeping text.
Is possible to highlight mention on the first backspace then remove entire mention with a second backspace ?
Thanks for helping
-
Updated
Apr 29, 2020 - JavaScript
Describe the bug
The start location of the mention will be incorrect if we go back and add additional text before the Mention.
To Reproduce
Steps to reproduce the behavior:
- Add the first mention. mentionsIndexes has start location 0
- Move the cursor to before the text, input "ABC"
Expected behavior
mentionsIndexes should have startLocation 3
Actual behavior
ment
-
Updated
Jul 31, 2019 - Python
-
Updated
Apr 30, 2020 - Jupyter Notebook
-
Updated
Apr 7, 2020 - Swift
-
Updated
Mar 20, 2020 - JavaScript
-
Updated
Nov 17, 2017 - JavaScript
-
Updated
Sep 12, 2019 - PHP
-
Updated
Feb 3, 2019 - PHP
-
Updated
May 8, 2020 - TypeScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
Sep 16, 2017 - JavaScript
Improve this page
Add a description, image, and links to the mentions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mentions topic, visit your repo's landing page and select "manage topics."

Use-case/Problem
Feature
Currently macros are visible like this inside the text key of block in my content state: @gauravsobti
I want it to show like @{{mention.employee.2342.name}} according to the data present in my entity map, so that when the user name changes, I can go ahead and change this. How do I go about and do this?