Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#16959 closed New Feature (invalid)

New support for Autocomplete feature with filter

Reported by: Mubin Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc: sakshi.solanki@…, mubin.shaikh@…

Description

Same functionality as for the social media websites. @ key if preceded by space and followed by word character presents a typeahead list of pre-populated usernames or custom data that can be selected and inserted to text editor.

Change History (3)

comment:1 Changed 7 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.7.0 (GitHub - major)

presents a typeahead list of pre-populated usernames or custom data

The problem is that the way of getting data is different across applications. Each application has its unique data structure may require different server-side code to get it. Because of that I don't think it is possible to create a general plugin.

I'm closing this issue for now. @mubin327 if you don't agree, please leave a comment.

comment:2 Changed 7 years ago by Mubin

Please check this demo. http://navalgandhi1989.github.io/ckeditor-autocomplete-suggestions-plugin/

I want the autocomplete like this. That is i already implemented as per my requirment. But i am not able to filter out data as there are thousand+ data comming in suggestion box. So can in future (if currently ckeditor don't have any such plugin)ckeditor be able to do the same thing with some filter or text filter.

Version 0, edited 7 years ago by Mubin (next)

comment:3 Changed 7 years ago by Jakub Ś

But i am not able to filter out data as there are thousand+ data comming in suggestion box.

You are using context menu plugin and there is no other way to limit number of menu items but to create less of them. I think you would rather need to create some custom panel that gets updated whenever you type a letter.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy