# Digital Planner & Daily Journal

## Overview
A unified system that lets you **plan your week, track tasks, capture daily reflections, and review progress**—all in one Notion workspace. The template is built around three core databases (Planner, Journal, and Goals) linked together, plus ready‑made views for quick daily use.

> 💡 Tip: Duplicate the whole page before you start customizing so you always have a clean master copy.

## 1️⃣ Planner Database
| Task | Project | Due Date | Priority | Status | Tags |
|------|---------|----------|----------|--------|------|
| Draft blog outline | Content Marketing | 2024‑07‑05 | High | ✅ Completed | Writing, Blog |
| Quarterly budget review | Finance | 2024‑07‑10 | Medium | ⏳ In Progress | Finance, Review |
| Client kickoff call | New Client A | 2024‑07‑02 | High | 🟡 Not Started | Meeting, Client |
| Refresh website copy | Web Revamp | 2024‑07‑15 | Low | 🟡 Not Started | Design, Copy |
| Order office supplies | Operations | 2024‑07‑03 | Low | ✅ Completed | Admin |

**Key properties**

- **Task** (Title) – short description.
- **Project** (Relation → Goals) – connects to the Goals database.
- **Due Date** (Date) – set time‑zone aware.
- **Priority** (Select: High, Medium, Low) – visual color tags.
- **Status** (Select: Not Started, In Progress, Completed, Blocked) – kanban friendly.
- **Tags** (Multi‑select) – free‑form categorization.

> 💡 Tip: Use the “Today” filter on the Planner view to see only tasks due today.

## 2️⃣ Daily Journal Database
| Date | Mood | Highlights | Wins | Challenges | Reflection |
|------|------|------------|------|------------|------------|
| 2024‑07‑01 | 😊 | Finished client call, walked the dog | Delivered blog outline | Procrastination on budget review | Need a stricter Pomodoro schedule. |
| 2024‑07‑02 | 😐 | Team stand‑up, ordered supplies | Completed supplies order | Felt distracted by emails | Turn off notifications for 30 min blocks. |
| 2024‑07‑03 | 😃 | Morning run, cleared inbox | Cleared 30 emails | None | Small wins keep momentum. |
| 2024‑07‑04 | 😴 | Worked on website copy | Drafted hero section | Low energy | Schedule a short nap after lunch. |
| 2024‑07‑05 | 😁 | Published blog post | Got 5 comments | None | Celebrate public content releases. |

**Key properties**

- **Date** (Date) – default to today when you create a new entry.
- **Mood** (Select with emojis) – quick emotional check‑in.
- **Highlights** (Text) – bullet‑style short notes.
- **Wins** (Text) – what went well.
- **Challenges** (Text) – obstacles faced.
- **Reflection** (Text) – deeper insight or action item.

> 💡 Tip: Link each journal entry to the Planner tasks you worked on via the “Related Tasks” relation (add it below).

## 3️⃣ Goals & Projects Database
| Goal | Category | Target Date | Progress | Owner | Related Tasks |
|------|----------|-------------|----------|-------|--------------|
| Publish 8 blog posts Q3 | Content | 2024‑09‑30 | 2/8 (25%) | Me | Draft blog outline, Publish blog post |
| Reduce monthly expenses 10% | Finance | 2024‑12‑31 | 3/10 (30%) | Me | Quarterly budget review, Order office supplies |
| Launch new website | Product | 2024‑10‑15 | 1/5 (20%) | Me | Refresh website copy |
| Run 3× per week | Health | Ongoing | 5/12 (42%) | Me | — |
| Read 12 books 2024 | Personal Development | 2024‑12‑31 | 4/12 (33%) | Me | — |

**Key properties**

- **Goal** (Title) – high‑level outcome.
- **Category** (Select) – e.g., Content, Finance, Health.
- **Target Date** (Date) – deadline for the goal.
- **Progress** (Formula) – `prop("Completed Tasks") / prop("Total Tasks")`.
- **Owner** (Person) – usually yourself.
- **Related Tasks** (Relation → Planner) – auto‑rollup of linked tasks.

> 💡 Tip: Use the “Progress” rollup to see a live percentage bar on your dashboard.

## 4️⃣ Dashboard Page (Views & Workflow)
A ready‑to‑copy Notion page that embeds the three databases with pre‑configured views:

1. **Today’s Planner** – Table filtered to `Due Date = today()` and `Status != Completed`. Sorted by Priority.
2. **Weekly Overview** – Calendar view of Planner showing all tasks for the current week.
3. **Journal Quick Add** – Inline linked database view sorted by newest date, with a “New entry” button.
4. **Goal Tracker** – Board view of Goals grouped by Category, showing progress bar.

> 💡 Tip: Pin the Dashboard to your sidebar for one‑click access every morning.

## 5️⃣ Weekly Review Template (Page)
A simple page you duplicate each Sunday:

```
# Weekly Review – {{date}}

## Wins
- ...

## Challenges
- ...

## Goal Progress
- {{Goal 1}}: {{progress bar}}
- {{Goal 2}}: {{progress bar}}

## Action Items for Next Week
1. ...
2. ...
```

Link the “Goal Progress” section to the **Goals** database using a linked view filtered to the current week.

> 💡 Tip: Set a recurring reminder in Notion to open this page every Sunday at 7 PM.

## How to import into Notion
1. **Create a new page** in your Notion workspace where you want the template.  
2. Click the three‑dot menu → **“Import”** → choose **“Markdown & CSV”**.  
3. **Upload this .md file** (the one you just copied). Notion will create the headings and plain tables.  
4. For each table (Planner, Journal, Goals):  
   a. Click the table → **“Turn into” → “Database”** → select **Table – Full page** (or Inline if you prefer).  
   b. Verify property types (Date, Select, Multi‑select, Relation, Formula) and adjust colors if needed.  
5. Re‑create the **relations**:  
   - In Planner → add a Relation property to **Goals**.  
   - In Journal → add a Relation property to **Planner** (optional).  
   - In Goals → add a Relation property to **Planner** (auto‑populated).  
6. Add the **views** described in the Dashboard section (Table, Calendar, Board, etc.) using the “Add a view” button.  
7. Duplicate the **Weekly Review** page for each new week, or set a template button to auto‑create it.  
8. (Optional) Turn the whole structure into a **Template Button** on your home page for instant reuse.

Your Digital Planner & Daily Journal is now live—start planning, journaling, and achieving!