Hi. Just a quick question but how do I search for files in my vault that have no tags?
Thanks
Hi. Just a quick question but how do I search for files in my vault that have no tags?
Thanks
The thread below has a couple of solutions:
With Dataview plugin you can use this…
list where length(file.tags) = 0
sort file.name asc