Adds a green star to files created within 1 day, and a yellow star to files modified within 1 day.
An Obsidian plugin that marks recently created and modified files in the file explorer with customizable markers.
| Setting | Description | Default |
|---|---|---|
| New file color | Marker color for recently created files | #22c55e |
| Modified file color | Marker color for recently modified files | #eab308 |
| Marker shape | Icon character | ★ |
| Marker position | Before or after filename | After |
| New file duration | Hours to mark as new | 24 |
| Modified file duration | Hours to mark as modified | 24 |
| Refresh interval | Seconds between rescans | 60 |
| Title style | none / bold / color / highlight / bold+color | none |
| New file title color | Title color for created files | #22c55e |
| Modified file title color | Title color for modified files | #eab308 |
| Show marker icon | Toggle marker icon on/off | On |
main.js and manifest.json from the latest release<vault>/.obsidian/plugins/file-recency-star/MIT © Keeho Song