Sébastien Dubois4k 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.
| Plugin | What it does |
|---|---|
| Agentic Resource Discovery Server | Local-first Agentic Resource Discovery publisher and registry that serves your AI skills and tools to agents over a local HTTP and MCP server |
| Book Exporter | Export books (one manifest note + linked chapter notes) to EPUB and PDF via Pandoc |
| Bookshelf Base | Display your notes as a visual bookshelf via a custom Bases view |
| Dataview Serializer | Serialize Dataview queries to Markdown, and keep the Markdown representation up to date |
| Expander | Replace variables across your vault using HTML comment markers. Supports static values and dynamic functions |
| Ghost Publish | Publish your vault notes to a Ghost blog with configurable presets for tags, newsletters, and frontmatter conventions |
| Graph Explorer Base View | A custom Bases view that renders notes as an interactive force-directed graph with explored/unexplored tracking |
| Hidden Folders Access | Index hidden root-level folders (e.g. .claude) so they appear in the file tree, metadata cache, and Bases |
| Kanban Action Planner | Render your notes as configurable Kanban boards and calendars inside Bases, with statuses, ordering, relationships, and scheduling |
| Life Tracker | Capture and visualize the data that matters in your life |
| Note Village | A 2D pixel art village where your notes become villagers you can explore and chat with using AI |
| Obsidian Starter Kit | Adds strong typing support and powerful automation support for notes |
| Remarkable Synchronizer | Connect to the reMarkable cloud, list, download, and sync notebook pages as images |
| Replicate | Use AI models with ease via the Replicate.com integration |
| REST and MCP server | Exposes CLI commands as RESTful API endpoints and an MCP server for AI tool integration |
| Time Machine | Browse, compare, and restore previous versions of your notes using built-in file-recovery snapshots |
| Transcriber | Transcribe images to markdown using Ollama vision models |
| Typefully | Publish social media posts with ease using the Typefully integration |
| Update Time | Automatically update front matter to include creation and last update times |
Everything I build is documented in my newsletter and on my YouTube channel.
To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking:
If this plugin is useful to you, here are the best ways to support my work ❤️:
Found a bug or have an idea? Open an issue.