⬅️Guide

how to track habits on notion

👤
Trider TeamApr 14, 2026

AI Summary

Build a full‑featured habit tracker in Notion—create a habit table, link a daily board view, auto‑calculate streaks with formulas, embed timers, and sync push reminders from Trider—so you can log, visualize, and reflect on your habits in seconds.

build the habit table

Open a new page in Notion and choose Table – Full page.
Create columns for Habit, Frequency, Target, Done today, and Streak.
For Frequency use a multi‑select (daily, Mon‑Wed‑Fri, etc.).
Target can be a number or a time block if you’re timing something.
Mark Done today with a checkbox – that’s the quick tap you’ll use each evening.

link a daily view

Add a Linked Database on a separate page called “Today”.
Filter the table so only rows where Frequency contains today’s day appear.
Set the view to Board and group by Done today.
Now you see a clean board of only the habits you need right now.

automate streaks with formulas

In the Streak column paste this formula:

if(prop("Done today"), if(empty(prop("Streak")), 1, prop("Streak") + 1), 0)

It bumps the count when you check the box, otherwise it resets.
You can tweak it to keep a streak alive when you “freeze” a day – just add a Freeze checkbox and extend the formula to ignore a freeze.

add a habit timer

Notion can’t run a timer, but you can embed a simple Pomodoro widget.
Copy the embed link from a free timer site, paste it into a Web Bookmark block under the habit row.
When you start the widget, the habit automatically counts as done once the timer finishes.

bring in Trider for push notifications

I keep Trider on my phone for its habit reminders.
In the habit settings inside Trider, set a daily reminder at 8 am.
Because the habit names match the Notion table, the notification nudges me to open Notion and tick the box.
No extra steps – just a quick glance at the phone and the habit is logged.

use the journal for reflection

Every night I open Notion’s Journal page, a simple text block dated with the day.
I jot down a one‑sentence mood emoji and a quick note about what went well.
Later, the journal entries are searchable, so I can type “focus” and pull up every day I felt in the zone.
If you already use Trider’s journal, you can copy the mood emoji into Notion for a visual streak map.

track reading progress alongside habits

I love stacking a “Read 20 pages” habit with my book tracker.
Create a separate Reading table with columns Book, Progress %, and Current chapter.
Link the habit row to the reading entry with a Relation property.
When you finish the reading habit, open the linked book record and bump the progress bar.

handle burnout with a micro‑activity

On rough days I switch to Trider’s Crisis Mode.
It surfaces three tiny actions: a breathing exercise, a vent‑journal prompt, and a single micro‑win.
I log the micro‑win in Notion as a habit called “Tiny win” – it’s just a checkbox, no streak pressure.
That way the habit chain stays unbroken, even when the main routine stalls.

visualize consistency

Back on the habit table, add a Rollup that pulls the Done today checkbox from the daily view.
Set the rollup to show the percent checked over the last 30 days.
Insert a Bar Chart block (via an embed) that reads the rollup data.
Now you have a quick visual of consistency without leaving Notion.

share the system with a squad

If you’re part of a Trider squad, export the Notion habit page as a public link and drop it into the squad chat.
Members can duplicate the template into their own workspace, keeping the same column structure.
Because the habit names stay consistent, you can compare streaks in Trider’s squad dashboard while each person logs daily progress in Notion.

And that’s the core loop: Notion stores the data, Trider nudges you, and the journal captures the why.

But remember, the system only works if you actually open the page each day.

And when you’re done, the habit table will just sit there, waiting for the next tick.

More guides

View all

Write your own guide.

Download Trider to access AI tools and publish your routines.

Get it on Play Store