Calendar View
What is Calendar View?
Visual monthly calendar for navigating daily notes, viewing note history, and creating new notes. Browse your notes by date with an intuitive interface.
Quick Start
1
Command: Noted: Show Calendar
Or set up a custom keyboard shortcut (e.g., Cmd+Shift+C) in VS Code settings.
Overview
The Calendar View displays:
- Current month with all dates
- Highlighted dates with notes
- Selected date’s notes list
- Quick note creation
- Month navigation
Calendar Interface
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
┌─────────────── October 2024 ───────────────┐
│ │
│ Sun Mon Tue Wed Thu Fri Sat │
│ - - 1 2 3 4 5 │
│ 6 7 8 9 10 11 12 │
│ 13 14 15 [16] 17 18 19 │
│ 20 21 22 23 24 25 26 │
│ 27 28 29 30 31 - - │
│ │
│ ← Previous Today Next → │
│ │
│ Notes for 2024-10-16: │
│ 📄 2024-10-16.md │
│ 📄 standup-meeting.md │
│ │
│ [Create New Note] │
└──────────────────────────────────────────────┘
Features
Visual Indicators
Current Day:
- Bold border
- Highlighted background
- Special styling
Days with Notes:
- Different background color
- Clickable
- Shows number of notes (optional)
Selected Day:
- Highlighted state
- Shows notes list below calendar
Empty Days:
- Normal styling
- Click to create note
Date Selection
Click any date to:
- See all notes created on that date
- View note previews
- Open notes with one click
- Create new notes for that date
Notes List
When you select a date, see:
1
2
3
4
5
6
7
8
9
10
11
12
Notes for 2024-10-16:
├── 📄 2024-10-16.md
│ Last modified: 10:30 AM
│ Tags: #daily #work
│
├── 📄 standup-meeting.md
│ Last modified: 11:00 AM
│ Tags: #meeting #team
│
└── 📄 project-planning.md
Last modified: 2:45 PM
Tags: #planning #project-alpha
For each note:
- File name
- Modification time
- Associated tags
- Click to open
Navigation
Month Navigation:
1
← Previous Month | Today | Next Month →
Shortcuts:
←Arrow: Previous month→Arrow: Next month- “Today” button: Jump to current month/date
Year Navigation:
- Click month/year header to jump to specific month
- Quick navigation to any date
Creating Notes
From Calendar:
- Click a date
- Click “Create New Note” button
- Choose template (optional)
- Note opens in editor
Multiple Notes Per Day:
The calendar supports multiple notes per day:
1
2
3
4
2024-10-16:
- 2024-10-16.md (daily note)
- standup-meeting.md
- bug-fix-123.md
All notes appear in the list, organized by modification time.
Use Cases
Daily Review
Review your week:
- Open calendar
- Click through recent dates
- See what you worked on
- Find notes to follow up on
1
2
3
4
Monday: 3 notes (meetings, tasks)
Tuesday: 2 notes (coding, review)
Wednesday: 4 notes (planning, bugs)
...
Finding Notes by Date
Remember when you wrote something? Use the calendar:
- Navigate to approximate month
- Click around likely dates
- Preview notes in list
- Open the right note
Planning Ahead
Create notes for future dates:
- Navigate to future month
- Click date for upcoming event
- Create note with template
- Add planning content
Example:
1
2
3
October 30, 2024
→ Create "sprint-planning.md"
→ Add agenda, goals, questions
Weekly Planning
Sunday planning ritual:
- Review past week via calendar
- Note accomplishments
- Create note for next week
- Set goals
Meeting Preparation
Find previous meetings:
- Navigate to last month
- Find previous meeting date
- Open meeting notes
- Review for context
Calendar Patterns
Daily Journal
One note per day:
1
2
3
4
Calendar shows:
Every weekday has note
Weekends are empty
Consistent daily practice
Project Notes
Notes cluster around active work:
1
2
3
Sprint weeks: Multiple notes daily
Planning week: Many notes
Break period: Sparse notes
Meeting-Heavy Weeks
See meeting frequency:
1
2
3
4
5
Mon: 3 meetings
Tue: 2 meetings
Wed: 4 meetings (busy day!)
Thu: 1 meeting
Fri: 1 meeting
Visual Analysis
Productivity Patterns
Spot patterns in your note-taking:
- Dense weeks: High activity periods
- Sparse weeks: Vacation or low activity
- Clustering: Projects or sprints
- Gaps: Identify inactive periods
Work-Life Balance
See distribution:
- Weekday notes: Work-related
- Weekend notes: Personal or catch-up
- Daily consistency: Sustainable pace
Best Practices
- Daily Notes: Create daily notes consistently for better history
- Descriptive Names: Use clear names for non-daily notes
- Tag Everything: Tags help identify note types at a glance
- Regular Review: Review calendar weekly or monthly
- Clean Up: Archive old notes to keep calendar focused
Tips & Tricks
Keyboard Navigation
Navigate the calendar efficiently:
←→arrows: Previous/next monthEnter: Select highlighted dateEsc: Close calendarT: Jump to today
Multi-Note Days
On busy days, organize notes by type:
1
2
3
4
5
2024-10-16:
├── 2024-10-16.md (daily journal)
├── standup.md (meeting)
├── bug-fix.md (work)
└── planning.md (planning)
Name clearly so you can identify them in the list.
Monthly Review
Use calendar for monthly reviews:
- Open first day of month
- Navigate day by day
- Read/skim each day’s notes
- Compile monthly summary
Template Workflows
Create calendar-based templates:
1
2
3
Monday: Weekly planning template
Friday: Weekly review template
Every day: Daily standup template
Future Notes
Plan ahead:
1
2
3
4
5
Create notes for:
- Upcoming meetings
- Project milestones
- Deadlines
- Reviews
Navigate to future dates and create placeholders.
Configuration
File Format
Choose your format:
1
2
3
{
"noted.fileFormat": "md" // or "txt"
}
Affects notes created from calendar.
Notes Folder
Set notes location:
1
2
3
{
"noted.notesFolder": "/path/to/Notes"
}
Calendar shows notes from this folder.
Integration with Other Features
Daily Notes
Calendar integrates with daily notes:
1
2
"Noted: Open Today's Note" command → Opens today's note
Calendar → Visual way to access any day's note
Templates
Create notes from calendar with templates:
- Click date in calendar
- Click “Create New Note”
- Choose template
- Fill in content
Search
Combine with search:
1
2
Search: from:2024-10-16 to:2024-10-16
Calendar: Click 2024-10-16
Both show same notes, different interfaces.
Graph View
Calendar + Graph = Powerful combo:
- Calendar: Navigate by time
- Graph: Navigate by connections
- Use both for comprehensive exploration
Troubleshooting
Notes Not Showing
Check:
- Files are in correct folder structure
- Files are named with date format
- Files have been saved
- Calendar is showing correct month
Calendar Not Opening
Ensure:
- Notes folder is set up
- Extension is activated
- Try reloading VS Code
Wrong Date Highlighted
Verify:
- System date is correct
- Time zone settings
- VS Code date settings
Performance
For better performance with many notes:
- Archive old notes
- Keep notes folder organized
- Close calendar when not needed
Related Features
- Daily Notes - Create daily notes quickly
- Search - Search by date range
- Templates - Create structured notes from calendar
- Archive - Clean up old calendar entries
Navigate your notes through time! 📅