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.
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.