neutrinote icon indicating copy to clipboard operation
neutrinote copied to clipboard

Feature request: button to clear existing filter (appearing in filter bar)

Open NathanC opened this issue 2 years ago • 1 comments

I just installed the app, and am exploring it. At one point I was a bit confused, since I didn't see some of my notes, and didn't realize that a filter on metadata that I previously set was still applying (I didn't notice it in the bar).

Anyhow, it would be nice to have a button in the bar, by the filter, that says "clear filter" which will cause all the notes to be shown.

I've been wanting to learn more android development, so I might take a stab at contributing this feature.

NathanC avatar Aug 01 '22 20:08 NathanC

There are multiple ways to handle this:

  1. Double tap the note list status bar will return you to the default list (basically whatever appears first in the Custom Filters definition under Settings).
  2. Hamburger menu -> Custom Filters -> Pick all from the filter menu will display all notes.

Other shortcuts that you might be interested: Long tap star icon to jump to the list of starred notes. Long tap blue metadata box will bring up related notes. Long tap again to bring up associated items.

Check out the gesture section for more combination of ways to quickly navigate between notes. More options even when Lab Mode is enabled.

https://appml.github.io/nano/#gestures

HTH.

appml avatar Aug 02 '22 01:08 appml