Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inline Tool] Mentions #451

Closed
neSpecc opened this issue Sep 19, 2018 · 16 comments
Closed

[Inline Tool] Mentions #451

neSpecc opened this issue Sep 19, 2018 · 16 comments
Labels

Comments

@neSpecc
Copy link
Member

neSpecc commented Sep 19, 2018

Design: zpl.io/aBN4oBp

Config items:

Array of {title, image?, url?, id?}
@neSpecc neSpecc created this issue from a note in Release 2.0 (Todo) Sep 19, 2018
@gohabereg gohabereg moved this from Todo: Development to Todo: Plugins in Release 2.0 Dec 25, 2018
@neSpecc neSpecc removed this from Todo: Plugins in Release 2.0 Apr 9, 2019
@mydearxym
Copy link

is there still a plan to support mentions feature?

@zsoflin
Copy link

zsoflin commented Aug 26, 2019

Yes, is this still planned? Unfortunately, mentions are necessary in order for me to switch from Quill :)

@SammyVimes
Copy link

SammyVimes commented Oct 31, 2019

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)

@neSpecc
Copy link
Member Author

neSpecc commented Oct 31, 2019

@SammyVimes here is a draft:

Try to use Inline Tools API. If you will need some methods that we does not provide, write us.

@SammyVimes
Copy link

SammyVimes commented Oct 31, 2019

@neSpecc I guess mentions tool should listen for every input change (in case of new character is @) unlike other tools. I hope that will not affect performance too much 😃

@Steve1820
Copy link

@SammyVimes Did you end up implemented this?

Let me know if I can help.

@ckissi
Copy link

ckissi commented Jun 1, 2020

@SammyVimes @Steve1820 I'm curious too. It would be great to have it.

@GuruM
Copy link

GuruM commented Aug 23, 2020

@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.

@akshayrathodar
Copy link

Yes, is this still planned? Unfortunately, mentions are necessary in order for me to switch from Quill :)

i created the plugin for same for my own use

@aromero86
Copy link

@akshayrathodar this plugin is public? thanks

@akshayrathodar
Copy link

this plugin is public? thanks

no but i can help you regard this or can share you my code

@aromero86
Copy link

@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

no but i can help you regard this or can share you my code

@romainhe
Copy link

@akshayrathodar Hi, can you share your code ? I've the same needs. Thx

@kennyd98
Copy link

@akshayrathodar Hi, I will also appreciate if you share me the code. Thank you.

@jeremyVignelles
Copy link

If I understand this issue properly, the workflow would be:

  1. Type the name of the person you want to mention
  2. Click on the inline tool
  3. The mention is now linked.

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

@russelshane
Copy link

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

@codex-team codex-team locked and limited conversation to collaborators Jan 17, 2022
@talyguryn talyguryn converted this issue into discussion #1880 Jan 17, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests