Is it possible to list created notes with nothing inside them?

What I’m trying to do

I have learned how to list all orphan links without notes, what i would like to do is make a table showing all existing notes that are empty of content. While browsing my notes sometimes I hit an uncreated link and create a note with no intention of filling it in at that moment. I now have many linked notes that are totally empty of content. I cannot identify them from the rest of my many notes in the vault. Any ideas?

Use a dataview query:

LIST
FROM ""
WHERE file.size = 0
3 Likes

Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.