liamcain / obsidian-daily-notes-interface

Package to create, open, and find daily notes from your Obsidian plugin
MIT License
88 stars 11 forks source link

Feature request: Support filenames containing text after the date #27

Open jorgesanchezurien opened 1 year ago

jorgesanchezurien commented 1 year ago

My Daily Notes date format is configured with the default "YYYY-MM-DD" but I like to add a title after the date to my notes, like this "2023-06-12 Beach day". Since the resulting filename doesn't strictly match the format, these notes are not taken into account by the Calendar and Journal Review plugins, which use this library.

I figured out an easy solution with a simple modification in the library source code:

It would be nice to have support for these types of notes, parameterizing the call to the parsing function to be strict or not, based on a plugin setting...

Thank you.