calendiary is a desktop application that lets you have an digital diary organized through a calendar. You can create a new daily entry where you can write and make a reflection on your day. You can also look back at previous entries you made through the calendar.
The diary is stored in a set of Markdown files organized through the following folder structure: {year}/{month}/{day}/{month}-{day}-{year}.md
. calendiary allows you to create a new diary by selecting a new folder to create a new diary or an existing folder to view and edit.
Head to the releases page.
Install dependencies:
yarn
Start development:
yarn dev
Build:
yarn build