javascript - How do I trigger an inline search/autocomplete when I type [ -
I am thinking in terms of a wiki that what I am trying to achieve is that a text editor From the inside, when a user typed [, then in line, based on user input, [ and later ] . What do I need to do when a user opens a brace [, then it means that they are about to make a link to another article on the site, to make it easier for them to go looking for links I do not need the editor to write articles as they type, this behavior can be seen at least in SharePoint.
I'm sure there should be some library that gets it, but I have to find out what to look for and I end up with the full text input, which I want to target I'm not doing Any help would be appreciated.
Comments
Post a Comment