Is there some way to create a saved search that shows all notes that don't have any tags assigned?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Just create a customised search using the following syntax;

-tag:

This runs a search for all notes but excludes any notes with any tags. If you want a search for all notes with tags, simply omit the beginning '-'.

link|improve this answer
This only works for me in the Windows desktop app. If I try it in Android or in the web app it returns every note, with and without tags. – matt Jan 22 '11 at 6:09
Found a slightly different string that works across all platforms: -tag:** – matt Jan 22 '11 at 6:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.