maynouf / ulauncher-simple-notes

A simple Ulauncher extension meant to create notes quickly.
GNU General Public License v3.0
1 stars 0 forks source link

Append note to the "file of the day" instead of all on a fixed file #1

Open victormelo opened 1 month ago

victormelo commented 1 month ago

Thanks for building this extension, this is exactly what I was looking for!

Though I was thinking about the file it appends to a bit differently: rather than appending all notes to a single file, it would append them to a 'daily file' that would be named after the current day.

If you think its useful we could add an option.

maynouf commented 1 month ago

Hello!

Thank you for your contribution, it seems like a good idea. FYI the Obsidian extension has exactly this functionality (although, of course, it depends on you using Obsidian 😄).

If we were to implement this, we'd have to think about the user experience when setting up the extension. The daily note function could either substitute the "single note" function (so either you do single or daily) or we could add a function to do daily notes specifically.

In the either/or case maybe you'd have the following options to choose:

By the way, feel free to make a PR if you have any ideas. If not, I'll try to implement it when I have some time 😃