Asmit Sarkar35 downloadsCreate or open tomorrow's (or +N days) daily note ahead of time with zero overwrites and full template token substitution.
Tomorrow Daily Note is an Obsidian plugin that lets you seamlessly create or open tomorrow's (or +N days) daily note ahead of time — with zero accidental overwrites and full template token substitution.
Obsidian's built-in Daily Notes and Periodic Notes plugins are designed for the current day. When planning ahead in the evening, users often encounter friction:
(DD+1)) evaluate literally as plain text.Tomorrow Daily Note solves this with a reliable, one-click workflow:
{{date}}, {{title}}, {{time}}, and custom patterns (e.g. {{date:YYYY-MM-DD}} and {{time:HH:mm:ss}}).{{date}} reflects the target offset date, while {{time}} accurately captures the real-world creation time.Journal/Daily/2026) exist before creating the file.https://github.com/ASMITSARKAR/obsidian-tomorrow-plannermain.js and manifest.json from the Releases page..obsidian/plugins/.tomorrow-daily-note.main.js and manifest.json into that folder.Click the Calendar Plus (calendar-plus) icon in the left ribbon to immediately open or create tomorrow's note.
Press Ctrl+P (or Cmd+P on macOS) and run:
Tomorrow Daily Note: Open tomorrow daily note
(Recommended: In Settings > Hotkeys, assign a shortcut such as Ctrl+Shift+T or Cmd+Shift+T.)
| Setting | Default | Description |
|---|---|---|
| Date format | DD-MM-YYYY |
Format used for note filenames and the {{date}} token. Includes a live preview in settings. |
| Offset days | 1 |
Number of days ahead (1 for tomorrow, 2 for day after tomorrow, etc.). |
| Folder path | Daily |
Vault folder where notes will be created. Intermediate directories are created automatically. |
| Template file path | Daily/Demo Day.md |
Vault path to your Markdown template. If empty or missing, a blank note is created safely. |
Templates support standard Obsidian Markdown formatting, YAML frontmatter, and dynamic tokens:
| Token | Description | Example Output |
|---|---|---|
{{title}} |
Base file title (without .md) |
15-09-2026 |
{{date}} |
Target note date in your configured format | 15-09-2026 |
{{date:YYYY-MM-DD}} |
Target note date formatted with custom pattern | 2026-09-15 |
{{date:dddd, MMMM Do YYYY}} |
Full day and date string | Tuesday, September 15th 2026 |
{{time}} |
Real-world creation time (HH:mm) |
21:30 |
{{time:HH:mm:ss}} |
Real-world creation time with seconds | 21:30:45 |
Link: [[{{date}}]] |
Wiki-link formatting | Link: [[15-09-2026]] |
\{{date}} |
Escaped bracket (preserved literally) | {{date}} |
---
creation_date: {{date}} {{time}}
tags:
- daily
- logs
type: daily-note
---
# {{title}}
### 🎯 Primary Objectives (Rule of 3)
- [ ]
### 📝 Action Items
- [ ]
### 💭 Notes & Logs
> Log transient thoughts, derivations, or ideas.
-
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2026 Asmit Sarkar.