Finding files to large for Obsidian Sync

I just found that a file in my vault wasn’t available on all devices, even though I have Obsidan to sync all file types. Searching the forums the reason turned out to be that the file is larger than 100 MB, which is the file size limit for Obsidian Sync.

Is there a way to easily find all files over that limit in my vault? I can do a search in MacOS finder, but wonder if there is some way within Obsidian?

/Anders

1 Like

Seems to me that there ought to be a warning from Sync. If there wasn’t, that ought to be a FR for Sync. Pretty essential for a program specific sync solution, I would have thought.

1 Like

If you install Dataview, you can use this code block.

LIST file.size
SORT file.size DESC
LIMIT 10

Change the limit to whatever you want to see.

From the documentation:

file.size: The size (in bytes) of the file (a number).
2 Likes

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