Sébastien Dubois2k downloadsCustom Base views for journaling and periodic reviews
Navigate and manage your journal and periodic reviews with purpose-built Base views. This Obsidian plugin adds two custom view types for daily, weekly, monthly, quarterly, and yearly notes.
Journaling and periodic reviews are powerful practices for personal growth, but they can be labor-intensive. The core process is simple but requires discipline:
Thanks to this process, at the end of a full year, you get a single yearly note that is a valuable summary of that year, giving you clarity about what you achieved, mistakes you've made, and things you've learned.
In addition to capturing information about the past, periodic notes also enable looking forward and planning ahead.
This plugin aims to codify and ease this process by providing dedicated views that make journaling and periodic reviews a breeze.
https://www.youtube.com/watch?v=VHdccDohK10
This plugin provides two specialized Base view types, each designed for a specific workflow:
| View | Purpose | Workflow |
|---|---|---|
| Periodic Notes | Daily journaling | Navigate, view, edit, and create notes of a single period type |
| Periodic Review | Periodic reviews | Side-by-side comparison across all period types for extracting insights |
The Periodic Notes view is designed to support daily journaling with easier navigation between notes of a specific category (daily, weekly, monthly, quarterly, or yearly).

Browse your daily notes as expandable cards with inline editing. Toggle between Reading, Live Preview, and Source mode.
| Option | Description |
|---|---|
| Period type | Which period type to display (daily, weekly, monthly, quarterly, yearly) |
| Future periods | Number of future periods to show (0-12) |
| Expand first card | Auto-expand the most recent note on load |
| Show missing periods | Show create buttons for missing notes in the sequence |
The Periodic Review view has a different goal: serve during periodic reviews (weekly, monthly, quarterly, and yearly reviews) and make it a breeze to integrate information from daily notes into weekly notes, weekly into monthly, monthly into quarterly, and quarterly into yearly.
This view provides a multi-column layout (inspired by Andy Matuschak's sliding panes) where you can:
The magic is in the hierarchical drilling:
This makes it effortless to review your daily notes, extract the key insights, and write them into your weekly summary. Then review your weekly summaries and extract insights into your monthly note. And so on up the hierarchy.

Review and edit notes across multiple period types in a multi-column layout. Each column shows a note card with full inline editing support. Click a period to drill down into its children.
Mark Reviews as DONE
Mark reviews as done to know where you left things off
Minimize Columns
Collapse columns to focus on specific period types. Click the fold button to expand/collapse.
Create Missing Notes
Create buttons appear for periods without notes. Uses Templater templates when configured.
Create Future Yearly Notes
Create next year's note directly from the yearly column header.
| Option | Description |
|---|---|
| Show columns | Toggle visibility for each period type |
| Column width | Width of each column in pixels (300-600) |
Both views share these capabilities:
You can also browse the catalog on the Obsidian Community website.
If the plugin isn't listed in the community catalog yet (or you want a specific version):
main.js, manifest.json, and styles.css from the latest release.<Vault>/.obsidian/plugins/journal-bases/.BRAT (Beta Reviewers Auto-update Tool) installs plugins straight from a GitHub repo and keeps them updated automatically. Use this if you want the latest commits — things might break.
https://github.com/dsebastien/obsidian-journal-base.Journal/Daily)YYYY-MM-DD)If you have the Periodic Notes plugin enabled, settings will sync automatically.
Uses Moment.js format tokens:
| Token | Output | Example |
|---|---|---|
YYYY |
4-digit year | 2025 |
MM |
2-digit month | 01-12 |
DD |
2-digit day | 01-31 |
gggg |
ISO week year | 2025 |
ww |
ISO week | 01-53 |
[Q] |
Literal "Q" | Q |
Q |
Quarter | 1-4 |
[text] |
Literal text | text |
Default formats:
YYYY-MM-DDgggg-[W]wwYYYY-MMYYYY-[Q]QYYYYFormats can include path separators: YYYY/MM/YYYY-MM-DD creates 2025/12/2025-12-18.md
This is a free and open source project. All contributions are welcome:
See the issues and discussions in this repository.
To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking, subscribe to my newsletter. The best way to support my work is to become a paid subscriber ❤️.
This plugin is included in the Obsidian Starter Kit.