-
-
Notifications
You must be signed in to change notification settings - Fork 3
My Obsidian Workflow
This workflow combines the PARA method with hierarchical note-taking using dot notation in Obsidian. It leverages several plugins to create an efficient and organized system for managing notes and tasks.
The file structure follows the PARA method, using single-letter prefixes (except for archives):
-
p.for Projects -
a.for Areas -
r.for Resources -
archive.for Archive
p.write-novela.healthr.writing-tipsarchive.p.completed-project
Topics and subtopics are organized using dot notation:
p.write-novel.charactersp.write-novel.characters.protagonista.health.exerciser.writing-tips.dialogue
When a project, area, or resource is completed or no longer active, it's moved to the archive by adding archive. at the beginning of the file name:
archive.p.completed-projectarchive.r.outdated-resource
-
Inbox: The
rootfile serves as an inbox for quick note-taking and idea capture. The "Homepage" plugin ensures thatrootis always opened and pinned on Obsidian launch, providing easy access to the inbox. -
Note Retrieval: The primary search tool is The Lookup function, with the native Obsidian search function to search through the contents of the files.
-
Task Management: Tasks are managed using the "Tasks" plugin. All tasks are added at the topic level, which is directly below the PARA files in the hierarchy. For example, tasks relating to my health should be located inside the
a.healthfile.
- Always use lowercase letters
- Replace spaces with hyphens (-)
- Use single-letter or short names where it makes sense
- Example for work meeting notes with
m.as prefix:p.work-project.m.workshop-2024-09-03
- Example for work meeting notes with
All notes contain the following properties:
-
title- The displayed note title in the Tree and Lookup
- Customizable in plugin settings
-
desc- A short, single-sentence description of the note
- Displayed while searching for a note with Lookup
- Customizable in plugin settings
-
created- A date field indicating when the file was created
-
tags- Obsidian's native tagging system
Example of properties in a note:
---
title: Workshop Summary
desc: Key takeaways from the 2024 project planning workshop
created: 2024-09-03
tags: [work, planning, workshop]
----
Use the Lookup function frequently to quickly access notes within your hierarchical structure.
-
Regularly review and process notes in the
rootfile, moving them to appropriate locations in your PARA structure. -
Keep task management streamlined by consistently adding tasks at the topic level.
-
Periodically review your projects, areas, and resources to determine if any should be moved to the archive.
-
Utilize Obsidian's linking features to create connections between related notes across your PARA categories and hierarchy.