atom-diary
atom-diary copied to clipboard
Any hack to create one entry per day and per file?
Would that be one file per day containing all entries for that day?
Lets assume one file per day, containing all entries for that day. One has to
- decide on the folder structure, it should be 2017/01 with all entries for that month (currently it's just 2017)
- refactor
lib/calendar-lib.coffee
to support the additional structural level (almost all routines are affected) - adapt
lib/atom-diary.coffee
: openDiaryFile, addEntryAt - add a configuration option which can be set at the very start
Step two is the one with the most work needed, but it should not take longer than a day to change all this. Feel free to post a pull request with a solution.