Quill icon indicating copy to clipboard operation
Quill copied to clipboard

Autocomplete @-names from the user's own cache

Open aaronpk opened this issue 9 years ago • 2 comments
trafficstars

This might need a way for the nicknames cache to be queried via Micropub.

aaronpk avatar Jul 09 '16 17:07 aaronpk

Does this refer to a local cache on the client, like using localStorage or some such?

prtksxna avatar Jul 14 '16 09:07 prtksxna

I was referring to https://indieweb.org/nicknames-cache actually. The idea is if the user has a list of their own contacts, then we should be able to query that for autocomplete. How that's actually implemented in Quill is up for debate. After querying the Micropub endpoint for the nicknames list, Quill will probably both cache the list in the database, as well as store them in the browser in LocalStorage so that it's super fast.

aaronpk avatar Dec 17 '16 23:12 aaronpk