You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'd like to propose a new feature that would enhance the journal functionality by allowing users to maintain entries in weekly, monthly, and yearly formats instead of being limited to daily entries only.
Vimwiki has already implemented a similar feature with their diary option. You can check it out here: Vimwiki Diary PR. Additionally, org-journal provides a (setq org-journal-file-type 'weekly) option to achieve similar behavior.
Currently, I have a custom extension in my configuration that mimics this functionality. It works as follows:
With this extension, whenever I create a new journal entry, it opens the file for the beginning of the week (Monday) and automatically adds an interactive first heading with the current week's name if it's not already present.
For a clearer understanding of this feature, I've created a demo for you: Asciinema Demo.
I believe this functionality could be a valuable addition to the plugin. If something similar already exists or if you have any suggestions or feedback, please feel free to let me know! I would be more than happy to contribute in any way I can.
The text was updated successfully, but these errors were encountered:
Hi! I'd like to propose a new feature that would enhance the journal functionality by allowing users to maintain entries in weekly, monthly, and yearly formats instead of being limited to daily entries only.
Vimwiki has already implemented a similar feature with their
diary
option. You can check it out here: Vimwiki Diary PR. Additionally, org-journal provides a(setq org-journal-file-type 'weekly)
option to achieve similar behavior.Currently, I have a custom extension in my configuration that mimics this functionality. It works as follows:
With this extension, whenever I create a new journal entry, it opens the file for the beginning of the week (Monday) and automatically adds an interactive first heading with the current week's name if it's not already present.
For a clearer understanding of this feature, I've created a demo for you: Asciinema Demo.
I believe this functionality could be a valuable addition to the plugin. If something similar already exists or if you have any suggestions or feedback, please feel free to let me know! I would be more than happy to contribute in any way I can.
The text was updated successfully, but these errors were encountered: