Tired of your daily notes jumping out of order? When your note names consist of a date (for example, `15.01.2024`, `01/15/2024`), Obsidian’s file explorer often can’t sort them chronologically. Daily Notes Sorter understands popular regional date formats and keeps your notes exactly where you expect them—newest first or oldest first, on demand.
Curious how it works in practice? In this short clip, you’ll see how to add a folder, pick the date format, and toggle the sort to instantly re-order your daily notes:
- For numeric formats, the separator must be a single, uniform character that is not a letter or digit (space, dot, dash, underscore, etc.); only the order matters. Examples: `DD-MM-YYYY`, `DD MM YYYY`, `YYYY.MM.DD`, `MM-DD-YYYY`. Multiple or mixed separators (e.g., `15--01--2024`, `15-01_2024`) will not match.
- If numeric pattern does not match, an optional **textual fallback** is tried: three space-separated tokens at the start of the file name in the **same** day/month/year order as the selected setting (e.g. `2024 Sept. 9`, `15 Aug 2024`). Month names follow a **fixed** locale list in the plugin (English by default), not your OS language, so behavior stays the same when the same vault is opened on different machines.
1. Open plugin settings (Settings → Daily notes sorter settings)
2. Click "Add item" to add a new folder
3. Enter folder path (you can use autocomplete)
4. Select date format from dropdown
5. Click "Apply settings" to apply changes
### Using in File Explorer
1. After configuring folders, sorting is applied automatically
2. A button for toggling sort direction will appear in the file explorer header
3. Click the button to toggle between ascending and descending sort
> **For developers:** Technical documentation, including plugin architecture, technical details, development instructions, and implementation details, can be found in [`src/README.md`](src/README.md).
## Known Limitations
1.**Date format at the beginning of file name:** The plugin only searches for dates at the beginning of file names. If the date is in the middle or end of the name, it will not be recognized.
2.**Files only:** The plugin sorts only files (TFile), folders remain in their places.
3.**FileExplorer dependency:** The plugin requires the built-in "Files" (FileExplorer) plugin to be enabled.
4.**One format per folder:** Each folder can have only one date format. If a folder contains files with different date formats, they may be sorted incorrectly.
## Future Improvements
- Support for additional date formats
- Search for date anywhere in file name
- Sort folders by date
- Group files by months/years
- Export/import settings
## License
MIT
## Author
Nick (GitHub: [@Reifat](https://github.com/Reifat))
## Support
If you found a bug or have a suggestion for improvement, please create an issue in the project repository.