What I’m trying to do
My daily note filename is
YYYY/MM/YYYY-MM-DD ddd
if the note for today already exists then the daily note button opens a new note with the same filename but with an incrementing number appended to it. I would like it to just open the day’s note rather than making a new one every time.
The windows application does not do this.
Things I have tried
Removing the folder structure from the filename resolves the issue but I want to keep it and, like I said, this is not a problem on the windows application.
I found a thread from 2022 discussing a similar issue but with no resolution (I would link but I’m not allowed to, apparently). It seems like the issue has since been fixed for windows but not for Android.
Is there a workaround?
Thanks