Replies: 22 comments 8 replies
-
is there still a plan to support mentions feature? |
Beta Was this translation helpful? Give feedback.
-
Yes, is this still planned? Unfortunately, mentions are necessary in order for me to switch from Quill :) |
Beta Was this translation helpful? Give feedback.
-
Can you share the designs of mentions plugin? I want to implement it (I need it for my pet project and I'd be happy to share implementation with community) |
Beta Was this translation helpful? Give feedback.
-
@SammyVimes here is a draft: Try to use Inline Tools API. If you will need some methods that we does not provide, write us. |
Beta Was this translation helpful? Give feedback.
-
@neSpecc I guess mentions tool should listen for every input change (in case of new character is |
Beta Was this translation helpful? Give feedback.
-
@SammyVimes Did you end up implemented this? Let me know if I can help. |
Beta Was this translation helpful? Give feedback.
-
@SammyVimes @Steve1820 I'm curious too. It would be great to have it. |
Beta Was this translation helpful? Give feedback.
-
@SammyVimes @Steve1820 @ckissi yeah I'm going to attempt this now but would love to know if anyone has been able to do it. I saw https://github.com/mydearxym/editor-mention but I couldn't get that working. |
Beta Was this translation helpful? Give feedback.
-
i created the plugin for same for my own use |
Beta Was this translation helpful? Give feedback.
-
@akshayrathodar this plugin is public? thanks |
Beta Was this translation helpful? Give feedback.
-
no but i can help you regard this or can share you my code |
Beta Was this translation helpful? Give feedback.
-
@akshayrathodar it would be nice have an starting point. I would be very grateful if you could share your code. Of course, if something interesting comes from there, I would go to the EditorJS community
|
Beta Was this translation helpful? Give feedback.
-
@akshayrathodar Hi, can you share your code ? I've the same needs. Thx |
Beta Was this translation helpful? Give feedback.
-
@akshayrathodar Hi, I will also appreciate if you share me the code. Thank you. |
Beta Was this translation helpful? Give feedback.
-
If I understand this issue properly, the workflow would be:
I don't find this workflow optimal, and I think we need a new kind of tool to tackle this issue, so I created #1623 |
Beta Was this translation helpful? Give feedback.
-
This might be the one you're looking for, although, it needs a backend that has a search functionality, should be easy if you already have a backend API running: @mrpritchett/editorjs-mentions |
Beta Was this translation helpful? Give feedback.
-
I think I can create a plugin for handling suggestions like If you can give some insight on how to achieve the following, I'll be glad to start working on this plugin and share the result.
And the workflow should be:
I tried a work around by getting the current focused block element from |
Beta Was this translation helpful? Give feedback.
-
Sure, will do that. actually need to check that project which is in my old
laptop. will check . please ping me on +919429076228 (whatsapp) . if i will
forgot.
…On Fri, Jan 27, 2023 at 11:23 AM Ruubber ***@***.***> wrote:
@akshayrathodar <https://github.com/akshayrathodar>
Hello.
I need to implement the mention function. Can you please share the code?
Thank you!
—
Reply to this email directly, view it on GitHub
<#1880 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMLYS5726OTOC7F66OODQU3WUNPEHANCNFSM6AAAAAAQJ6ESZU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, do you know if this feature has been implemented? |
Beta Was this translation helpful? Give feedback.
-
I would need a similar feature. I need to have replacer elements, which the user can place in certain location inside his text. e.g. Writing a reply mail. Dear [Contact Person], |
Beta Was this translation helpful? Give feedback.
-
I hope i can help someone with this: https://gist.github.com/bettysteger/d8f660030849ae85211d51d93e736a3b My solution of getting this to work:
Inline output will be Feedback is highly appreciated! |
Beta Was this translation helpful? Give feedback.
-
Hello, Is there any timeline for this feature? We are consider editorjs for our upcoming project |
Beta Was this translation helpful? Give feedback.
-
Design: zpl.io/aBN4oBp
Config
items
:Beta Was this translation helpful? Give feedback.
All reactions