TABLE file.mtime AS "Last Modified"
FROM ""
SORT file.mtime DESC
What I’m trying to do
I’m trying to workaround the a gap in Obsidian. The “Recent Files List” plugin does not sync the list between devices. So each device has a different list of recently modified files. I strongly suspect that Dataview could be used to create a page of recently modified files in a vault.
I’m seeking suggestions for Dataview code that can show a table of file names and modification times sorted with most recently modified files at the top. The list should be limited to the most recent 25 files and should include files from all folders in the vault.