-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Hook (api) on entering special characters to call inline plugin #1529
Comments
I tried something on Paragraph, but there is no effect (console log)
|
+1 on this. I'm also looking to write a mentions plugin that can trigger on typing a predefined (or configurable) character, such as The main problems are:
My suggestions:
I hope my suggestions are clear and makes sense - after looking through the internals, I don't think they would take very much to implement, but I'm not familiar enough with the editor js code to implement them myself atm. |
Hi, I didn't saw this issue, I made a similar proposal at #1623 |
I need this too? anyone has solution? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is there an api that allows you to track changes of text inside inline plugin. I'm trying to write my own implementation of mention plugin, but I don't understand how I can catch the moment of entering a special character like
@
The text was updated successfully, but these errors were encountered: