Obsidian Personal Notes System
This personal notes system for Obsidian is designed for quick capture, durable notes, archives, and cross-note task tracking.
What is in this system
Inbox/- where temporary notes are capturedClippings/- where browser-clipped notes are storedNotes/- where durable notes are storedArchive/- where archived notes are keptTemplates/- note templates used by ObsidianBases/- Obsidian Bases definitions for structured views over your notes.obsidian/- plugin and system configuration
How it works
This system combines four Obsidian features:
- Templates
- Bases
- Workspaces
- The community
Tasksplugin
The workflow is:
- capture quick notes in
Inbox/ - move durable information into
Notes/when it should be kept - move inactive but useful notes into
Archive/ - track unfinished tasks through Tasks queries
- review notes through Bases views that use frontmatter properties such as
type,status, andarea
Main areas
Use the folders directly for capture and storage, and use the Bases files for review:
Inbox/for temporary notes, withBases/Inbox.basefor browsing and filteringClippings/for web captures, withBases/Clippings.basefor reviewNotes/for durable notes, withBases/Notes.basefor reviewArchive/for inactive notes, withBases/Archive.basefor retrieval
Suggested routine:
- Create a new note in
Inbox/. - Apply
Templates/Inbox Note. - Promote durable information into
Notes/when it is worth keeping. - Move inactive notes into
Archive/after changingstatustoarchived.
Templates
Templates/Inbox Note.md
This template creates temporary notes with frontmatter like:
type: inboxcreatedstatus: activetopicpromote_tosource
It also gives you sections for:
- context
- notes
- actions
- promote to notes
- topic, promote target, and source prompts
- decision on whether to keep, archive, or delete the note
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
- area and source prompts in context
Bases
The files in Bases/ create structured table views over your notes.
Bases/Inbox.base
This Base includes notes that:
- are Markdown files
- are inside
Inbox/ - have
type: inbox - do not have
status: archived
It provides views such as:
- Recent
- Active
- By topic
- By status
- With clickable source links
Bases/Clippings.base
This Base includes notes that:
- are Markdown files
- are inside
Clippings/ - have
type: clipping - do not have
status: archived
It provides views such as:
- Recent
- Active
- By source
- By status
- With clickable source links
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
- By status
- With clickable source links
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
- By created
- With clickable source links
Tasks plugin usage
This system 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:
- [ ] Follow up on this note
The plugin is configured with basic statuses including:
- todo:
[ ] - in progress:
[/] - done:
[x] - cancelled:
[-]
Use Tasks searches or Bases views to review unfinished work across your notes.
Required setup in Obsidian
This system is already configured to use:
- core plugin: Templates
- core plugin: Bases
- core plugin: Workspaces
- community plugin: Tasks
Templates is configured to use:
Templates/
How to use the system
Inbox workflow
- Create a new note in
Inbox/. - Optionally open
Bases/Inbox.baseto review related notes. - 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, especially the topic and status views.
Notes workflow
- 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.
Web clipper workflow
- Save browser clips into
Clippings/. - Let the browser extension create the clipping note and metadata.
- Review captured pages through
Bases/Clippings.base. - Promote durable insights into
Notes/when they are worth keeping. - Archive old clips when they are no longer active.
Archive workflow
- Change a note to
status: archivedwhen it is no longer active. - Move the note into
Archive/. - Review archived notes through
Bases/Archive.baseby type, area, or created date. - Keep the archive for retrieval, not active use.
Tips
- 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 browser captures in
Clippings/so raw source material stays separate from durable notes. - 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
statusconsistently so filtered views remain useful.
Getting started
If you open this system on a new Obsidian install:
- Enable community plugins if they are disabled.
- Confirm the
Tasksplugin is installed and enabled. - Create notes in
Inbox/to start capturing. - Save browser captures into
Clippings/as needed. - Create persistent notes as needed in
Notes/. - Move inactive notes into
Archive/when they are still worth keeping.
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