tgrosinger / recent-files-obsidian

Display a list of most recently opened files
GNU General Public License v3.0
343 stars 32 forks source link

Add optional display of last access time #76

Open ZackBoe opened 4 months ago

ZackBoe commented 4 months ago

This adds an option to display the time a file was last accessed:

Obsidian_2024-06-14_21-29-41

The timestamp is added via a data attribute to each entry, as well as the following situational classes: recent-files-this-hour, recent-files-this-day, recent-files-last-day, recent-files-this-week, recent-files-last-week, recent-files-this-month, recent-files-last-month, recent-files-this-year, recent-files-last-year

Obsidian_2024-06-14_21-29-31

The time can be displayed as relative or a user defined Moment.js format:

2024-06-14_21-30-42

Obsidian_2024-06-14_21-30-50


Things I'm not 100% on / need another pair of eyes on:

This fixes #39 and (maybe) #66.