Rotonde / rotonde-client

Rotonde Base Client
https://client-neauoire.hashbase.io/
MIT License
227 stars 49 forks source link

Autocomplete not working #83

Closed hermes-diactoros closed 6 years ago

hermes-diactoros commented 6 years ago

Seems like the autocomplete mention feature is not working. The problem is this line; there's no such function (autocomplete_name) in the "index" Rotonde object, which I think does not exist.

Is "index" now named "home"?

neauoire commented 6 years ago

Yeah I had to turn it off for the remodel. Home has some functionality of the old index toolkit. If you're up for it, you can build a list of autocomplete usernames from r.home.feed.portals. I'm working on re-adding the discovery tools, it should not interfere.

hermes-diactoros commented 6 years ago

TODO: Smarter regex matching starting at cursor position. I'll be working on it, + better mentions.

neauoire commented 6 years ago

It's pretty much working as expected now.