-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 autocomplete #5798
Comments
At the moment CKEditor 5 only has https://ckeditor.com/docs/ckeditor5/latest/features/mentions.html. This feature can be configured to be used as very simple version of the autocomplete. The problem is that markers are case sensitive so using first letter as a marker will require doubling feeds for upper and lower case letters which is not ideal:
I'm just showing this if someone has very basic auto-complete requirement. In all other cases I recommend waiting for the real autocomplete feature. |
@jswiderski the business requirement is like the above feature I mentioned. I also created a plugin which is working only for block elements but not for inline elements having cursor problems if you can take a look and put me in a right direction it would be a great for me :) |
Comment from one of users:
|
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
Hi, |
I need a plugin like fill in the blanks. Initially, the CKEditor renders it as a blank underline and when user start typing on that underline field the word suggestion should appear on that underline only like the image attached below.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: