zadam / trilium

Build your personal knowledge base with Trilium Notes
GNU Affero General Public License v3.0
26.8k stars 1.86k forks source link

[Feature request] Habit tracker #670

Open crendl opened 4 years ago

crendl commented 4 years ago

Having a habit tracker available in Trilium would make it the perfect tool for me!

One implementation could be to extend the Journal/Day template with clickable attributes, e.g. 'running', 'reading', which are then shown in a calendar, where habits are represented by different colors.

Another (more elegant) way could be a weekly calendar view showing the habits and the corresponding targets;

It would be nice to also have an overview of your achievements, e.g. I went running only 2/3 times this week, I read 4/3 chapters of the book.

Thanks!

zadam commented 4 years ago

The first part should be easily doable - you can use template for day note which would contain (unchecked) checkboxes with the activities ...

The second part with the calendar and color coding etc. is achievable using scripts but this would be of course more difficult.

crendl commented 4 years ago

fingers crossed someone with scripting skills jumps on board :)