Obsidian Work Template
This vault is a lightweight work dashboard for Obsidian. It is set up to help you manage daily work notes, meeting notes, follow-up items, and open tasks from a single place.
What is in this vault
Work.md- the main work homepageMeetings.md- the meetings homepageDaily/- where daily notes are createdInbox/- where temporary notes are capturedNotes/- where durable notes are storedArchive/- where archived notes are kept but not actively workedMeetings/- where individual meeting notes are createdTemplates/- note templates used by ObsidianBases/- Obsidian Bases definitions for structured views over your notes.obsidian/- plugin and vault configuration
How it works
This vault combines four Obsidian features:
- Daily Notes
- Templates
- Bases
- Workspaces
- The community
Tasksplugin
The workflow is:
- create a daily note for the current day
- capture quick notes in
Inbox/for temporary information - move durable information into
Notes/when it should be kept - move inactive but useful notes into
Archive/ - capture tasks and notes in that note
- create separate meeting notes when needed
- track unfinished work through Tasks queries
- review notes through Bases views that use frontmatter properties such as
type,status, andfollow_up
Main pages
Work.md
Use Work.md as the main entry point for your workday.
It includes:
- links to the daily notes area and templates
- links to the inbox dashboard, folder, template, and base
- links to the notes and archive areas
- links to the meetings area
- an open tasks query for notes inside
Daily/ - a meeting actions query for notes inside
Meetings/ - a grouped follow-up view for daily notes
Suggested daily routine:
- Run Obsidian's command to open today's daily note.
- Add work items under
Today's tasks. - Add notes during the day.
- At the end of the day, update
statusandfollow_up.
Quick folder guide:
- use
Daily/for day-specific work logs and tasks - use
Inbox/for quick capture and temporary notes - use
Notes/for cleaned-up reference notes you expect to revisit - use
Archive/for inactive notes you still want to keep
Inbox.md
Use Inbox.md as the temporary-notes dashboard.
It includes:
- the expected location for inbox notes
- the inbox template reference
- a task query for open checkbox items inside
Inbox/ - a link to
Bases/Inbox.basefor reviewing active and archived inbox notes
Suggested inbox routine:
- Create a new note in
Inbox/. - Apply
Templates/Inbox Note. - Name it with a timestamp first, for example
2026-03-21 1430 - server issue. - Keep only the note you are actively editing open.
- Review old inbox notes through the base instead of tabs.
- Delete the note or change
statuswhen you no longer need it.
Notes.md
Use Notes.md as the durable-notes dashboard.
It includes:
- the expected location for long-lived notes
- the note template reference
- a task query for open checkbox items inside
Notes/ - a link to
Bases/Notes.basefor reviewing active and archived notes
Suggested notes routine:
- Create a new note in
Notes/. - Apply
Templates/Note. - Move cleaned-up information there from
Inbox/,Daily/, orMeetings/. - Keep reusable decisions, references, and write-ups there.
Archive.md
Use Archive.md as the archive dashboard.
It includes:
- the expected location for archived durable notes
- a review query for notes inside
Archive/ - a link to
Bases/Archive.basefor browsing archived notes
Suggested archive routine:
- Keep active notes in
Notes/. - When a note is no longer active, change
statustoarchived. - Move it into
Archive/. - Review older notes there only when you need them.
Meetings.md
Use Meetings.md as the meeting dashboard.
It includes:
- the expected location for meeting notes
- the meeting template reference
- a task query for open meeting action items
- a grouped task view by meeting note
Templates
Templates/Daily Note.md
This template creates daily notes with frontmatter like:
type: dailydatestatus: openfollow_up: false
It also gives you sections for:
- open tasks
- today's tasks
- notes
- end of day review
At the end of the day:
- set
statustoclosedwhen the day is complete - set
follow_up: trueif there is unfinished work to revisit
Templates/Meeting Note.md
This template creates one note per meeting and includes frontmatter like:
type: meetingdatestatus: openfollow_up: falsepeopleprojectteamtopicnext_step
It also includes sections for:
- context
- agenda
- notes
- decisions
- action items
- follow-up
Recommended naming format:
YYYY-MM-DD Team Sync- examples:
2026-03-20 Team Sync,2026-03-20 1:1 Manager,2026-03-20 Sprint Retro
Templates/Inbox Note.md
This template creates temporary notes with frontmatter like:
type: inboxcreatedstatus: activetopicpromote_to
It also gives you sections for:
- context
- notes
- actions
- promote to notes
- decision on whether to keep, archive, or delete the note
Bases
The files in Bases/ create structured table views over your notes.
Bases/Work days.base
This Base includes notes that:
- are Markdown files
- are inside
Daily/ - have
type: daily
It provides views such as:
- Recent
- Last 7 days
- Last 30 days
- With follow-up
- Follow-up + Open
- Open
- Closed
- This year
Bases/Meetings.base
This Base includes notes that:
- are Markdown files
- are inside
Meetings/ - have
type: meeting
It provides views such as:
- Recent
- Follow-up
- Open
- Last 30 days
- This year
- By project
- By team
Templates/Note.md
This template creates durable notes with frontmatter like:
type: notecreatedstatus: activeareasource
It also gives you sections for:
- context
- key points
- details
- decisions
- related information
- next review
- archive trigger
Bases/Inbox.base
This Base includes notes that:
- are Markdown files
- are inside
Inbox/ - have
type: inbox
It provides views such as:
- Recent
- Active
- Archived
- Created today
Bases/Notes.base
This Base includes notes that:
- are Markdown files
- are inside
Notes/ - have
type: note - do not have
status: archived
It provides views such as:
- Recent
- Active
- By area
Bases/Archive.base
This Base includes notes that:
- are Markdown files
- are inside
Archive/ - have
status: archived
It provides views such as:
- Recent
- By type
- By area
Tasks plugin usage
This vault uses the community plugin obsidian-tasks-plugin to collect checkbox items across notes.
That means any checkbox like this can show up in dashboard queries:
- [ ] Prepare status update
The plugin is configured with basic statuses including:
- todo:
[ ] - in progress:
[/] - done:
[x] - cancelled:
[-]
The dashboards in Work.md, Meetings.md, and the templates use Tasks queries to show unfinished items automatically.
Required setup in Obsidian
This vault is already configured to use:
- core plugin: Daily Notes
- core plugin: Templates
- core plugin: Bases
- core plugin: Workspaces
- community plugin: Tasks
Daily Notes is configured to:
- create notes in
Daily/ - use the format
YYYY-MM-DD - apply
Templates/Daily Note
Templates is configured to use:
Templates/
How to use the vault
Daily workflow
- Open
Work.md. - Run
Open today's daily notein Obsidian. - Add tasks under
Today's tasks. - Keep notes in the same daily note as the day progresses.
- Close or update tasks as work changes.
- At the end of the day, review
statusandfollow_up.
Meeting workflow
- Open
Meetings.md. - Create a new note in
Meetings/usingTemplates/Meeting Note. - Name it with the date-first convention.
- Fill in properties like
project,team, ortopic. - Record decisions and action items in the same note.
- Set
follow_up: trueif more work is needed later.
Inbox workflow
- Open
Inbox.md. - Create a new note in
Inbox/. - Apply
Templates/Inbox Note. - Name it
YYYY-MM-DD HHmm - topic. - Keep only the current inbox note open.
- Review or clean up old inbox notes through
Bases/Inbox.base.
Notes workflow
- Open
Notes.md. - Create a new note in
Notes/. - Apply
Templates/Note. - Move durable information there after it is worth keeping.
- Review long-lived notes through
Bases/Notes.base.
Archive workflow
- Open
Archive.mdwhen you want to review archived notes. - Change a note to
status: archivedwhen it is no longer active. - Move the note into
Archive/. - Keep the archive for retrieval, not active work.
Tips
- Keep daily work in
Daily/and meeting notes inMeetings/so Bases and task queries stay accurate. - Keep temporary information in
Inbox/so you do not need to keep many tabs open. - Keep durable information in
Notes/once it is worth preserving. - Keep inactive but useful notes in
Archive/so active areas stay lighter. - Do not remove the
typeproperty from notes created from templates; Bases rely on it. - Use
follow_upto mark notes that still need attention. - Use
statusconsistently, especiallyopenandclosed, so filtered views remain useful.
Getting started
If you open this vault on a new Obsidian install:
- Enable community plugins if they are disabled.
- Confirm the
Tasksplugin is installed and enabled. - Open
Work.mdto start from the main dashboard. - Create your first daily note.
- Create inbox notes as needed in
Inbox/. - Create persistent notes as needed in
Notes/. - Move inactive notes into
Archive/when they are still worth keeping. - Create meeting notes as needed in
Meetings/.
Once you start adding notes, the Tasks queries and Bases views will begin filling in automatically.
How to Install
- Download the ZIP or clone the repository
- Open the folder as a vault in Obsidian (File → Open Vault)
- Obsidian will prompt you to install required plugins
Stats
Stars
0
Forks
0
Last updated 16d ago
Tags