Quill
Quill copied to clipboard
Autocomplete @-names from the user's own cache
trafficstars
This might need a way for the nicknames cache to be queried via Micropub.
Does this refer to a local cache on the client, like using localStorage or some such?
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.