Jase
Jase
To the user, it may be confusing to see no feedback when attempting to import notes or favicons, especially so if something goes wrong. We should keep the user updated...
In addition to #27, some users may want to search *only* for items that match certain criteria in a certain property. In a case where a user has many bookmarks...
Currently, notes are kept in `storage.sync` only, which is overwritten each time Firefox Sync does its thing. This can potentially result in partial data loss if, for instance, a note...
We already filter by title and URL, but some users may want to be able to see results that match the actual content of the note as well.
The extension currently doesn't distinguish between `bookmarks.onCreated` as a standalone event, and `bookmarks.onCreated` as a result of the user importing bookmarks from a previous backup or export. Since the WebExtensions...
Continuing from #16. Notes are associated by ID, so using `bookmarks.search()` is the simplest way to get the ID of a note from a file that doesn't include IDs. However,...
I see that the keyboard shortcut is supposed to be Alt+Mousewheel. I am able to zoom vertically with Ctrl+Trackpad, which makes me think that the horizontal shortcut should work as...