WorldBrain / Memex

Browser extension to curate, annotate, and discuss the most valuable content and ideas on the web. As individuals, teams and communities.
https://worldbrain.io
4.43k stars 339 forks source link

Create an "Index page" shortcut #1142

Open stevegt opened 3 years ago

stevegt commented 3 years ago

While writing #1141 I belatedly realized that we need an "Index page" key binding, one that doesn't create a bookmark, doesn't require the user to enter a tag or collection name, doesn't add it to the Inbox, but just causes the page to be added to the db for indexing and later search results. This got more important after the disabling of auto indexing in 41fadff546c495c918f642ce6fe7cb95b278ff51 -- we need a quick and idempotent keystroke that a user can hit to just index the page.

Is anyone already working on this, and does anyone know if the code is already there but just needs to be brought forward into the UI? I'd be happy to put together a pull request, likely after #1141 is resolved one way or the other.