Daniel156 downloadsCreate and persist Duolingo inspired habit streaks from daily-note frontmatter with widgets, colours, and customisable streak types.


Enhance your daily-note frontmatter based habit- and goal tracking with Duolingo-like streaks that feature custom colours, motivational comments, various streak types, and the occasional streak-freeze.
NOTE: This plugin expects you to already use, or adapt to a daily-note template with persistent YAML-frontmatter fields that you review every day. See Examples section below
This plugin is so minimal, that understanding the features section really shouldn't take you more than 5 minutes. I encourage you to take that time for yourself. Only systems you understand will stick around with you for long.
Tip: Start with one or two simple streaks and build them out from there. Better than overthinking a system for two hours that, in the end, you won't use.
Created in the plugin's settings, a streak offers you the following customisation options
Monostreaks track exclusively one frontmatter property. This allows certain frontmatter types to receive exclusive remark messages:
number or list messages praising this week's largest effort appear when the amount is larger than every other entry this week

Multistreaks allow for multiple properties to be contributing to one synced streak. Evaluation can follow by either two options:
Multistreaks are displayed next to every member-property separately and show an identical message.
daily/chinese and daily/read both constitue the pink multistreak 'Learning Chinese' and share the same streak information. The green streak below 'Health' has is similar.
Flames of multistreaks have the additional property of indicating the percentage of completed properties by a partially lit flame that will fill up as more properties are completed.

Property streaks are displayed to the right of their respective properties. Can be disabled in streak settings.

Your streak is lost if you fail to extend it once. Streak freezes protect your streak when you miss a day automatically. You are granted one streak freeze every time you complete a self-selected amount of consecutive streak days. (Per Streak 'Streak Freeze Regeneration Duration' setting) Your streak does not extend when frozen and will be lost if you don't extend on the following day. You are never notified whether you have a streak freeze available. The maximum amount of freezes you can have at once is one.
Below you can see a streak freeze detonating. The streak flame turns blue.
On the following day no freeze is available anymore to save another abandonment. The streak is lost and must be started again.
If you manage to extend though, the streak continues. Now, without a streak freeze until another one is earned.
If you froze yesterday, the streak will notify you accordingly
or when extended

Using the Property Streaks: Open streak widget dispatches an Obsidian widget you can pin in your vault. (I recommend using the 'Workspaces' core-plugin to save a desired layout as standard with the widget in place) It shows your current streak.

Supported frontmatter types are
The plugin supports mobile layout seamlessly. Remarks are not shown on phone.
The widget is also accessible on mobile.

A daily note example could look like this
---
daily/chinese: false
daily/studyhours: 0
daily/schedule: false
daily/read: false
daily/training: false
daily/timeoutside: 0
daily/sleepschedule: false
daily/water: false
type: daily
highlight:
---
[content below]
Written with love and in Obsidian for the Obsidian community Daniel 2026