The Tiny Habits plugin helps you track personal routines directly inside your notes, storing all data within frontmatter so nothing leaves your vault. It displays a heatmap-style table similar to GitHub or Anki, making it easy to visualise progress over time. Each habit entry can be marked as completed, failed, skipped, or not started, giving a clear picture of consistency. You can create multiple habit blocks in a file, collapse large tables, and even navigate past and future entries. Keyboard support is included, with both arrow keys and vim-style hjkl shortcuts for moving around and marking entries. Configuration is simple, using code blocks that point to a folder path and optional display names. By blending habit tracking into Markdown, it combines accountability with the flexibility of your existing note-taking workflow.
What's Changed
- Get rid of builder and documenting models by @nazoadiego in https://github.com/nazoadiego/tiny-habits/pull/37
- jsdoc linting rules. by @nazoadiego in https://github.com/nazoadiego/tiny-habits/pull/38
- Improve ux for wrong settings by @nazoadiego in https://github.com/nazoadiego/tiny-habits/pull/39
- Add keyboard support for updating a habit. 0 for unstarted, 1 for com… by @nazoadiego in https://github.com/nazoadiego/tiny-habits/pull/40
- added type entry to update entry function by @nazoadiego in https://github.com/nazoadiego/tiny-habits/pull/41
Full Changelog: https://github.com/nazoadiego/tiny-habits/compare/1.1.1…1.1.2