adanski / ax-comments

TS library of choice for implementing commenting in your web app
https://adanski.github.io/ax-comments/
MIT License
2 stars 0 forks source link

Possibility to use alternative autocomplete packages #4

Open adanski opened 1 year ago

adanski commented 1 year ago

It should be possible to use either lightweight yuku/textcomplete or full-featured algolia/autocomplete. If none is desired then it should be possible to use neither.

https://stackoverflow.com/a/46543835/5982796

https://css-tricks.com/so-you-want-to-build-an-mention-autocomplete-feature/

Motivation

Other projects may already use one of these two