šļø Obsidian Vault Template
A minimalist yet powerful template for organizing your Obsidian vault, focusing on simplicity and efficiency. The key feature of this system is its intentionally controlled structure with a two-level depth hierarchy, complemented by a robust properties and tagging system.
⨠Features
- š Controlled Hierarchy: Two-level depth maximum - keeps things organized yet simple!
- š·ļø Properties-based organization with comprehensive tagging
- š Strategic use of links and MOCs (Maps of Content)
- š Ready-to-use templates for different note types
- š Easy to start, powerful to scale
šÆ Why Use This Template?
Key Benefits
- Simplicity: Maximum two clicks to access any information
- Efficiency: Reduces "analysis paralysis" when deciding where to store notes
- Flexibility: Grows organically with your use
- Maintenance: Easy to maintain and reorganize when needed
š Getting Started
- Clone this repository or download as ZIP
- Open Obsidian
- Select "Open folder as vault" and choose the template folder
- Check
99 - Meta/System/for detailed guides on how to use the system
š Folder Structure
.
āāā 00 - Dashboard/ # Central hub of the vault
āāā 01 - Personal/ # Personal content and diary
ā āāā Daily/
ā āāā Fleeting/
ā āāā Plans/
ā āāā Reflections/
ā āāā Health/
āāā 02 - Knowledge/ # Study notes by area
ā āāā Computing/ # Examples of knowledge areas
ā āāā Philosophy/
ā āāā History/
ā āāā Literature/
ā āāā Health/
āāā 03 - Projects/ # Projects in development
ā āāā Project1/
ā āāā Project2/
ā āāā Project3/
āāā 04 - References/ # Source material and bibliography
ā āāā Articles/
ā āāā Courses/
ā āāā Books/
ā āāā Tutorials/
āāā 99 - Meta/ # System and templates
āāā Templates/
āāā System/
š Note Properties Structure
Every note in the system uses these standard properties in the YAML frontmatter:
---
aliases: [Alternative Names]
tags:
- type/study
- context/academic
- theme/algorithms
- status/in-progress
date: 2024-01-01
last_updated: 2024-01-10
---
Example Note Structure
š·ļø Tagging System
Tags are implemented within the properties system as shown in the examples above. Check tag guide for a complete list.
1. Type Tags
Identify the nature of the note:
#type/task ā Tasks
#type/project ā Projects
#type/daily ā Daily notes
#type/study ā Study material
#type/idea ā Insights
#type/reflection ā Reflections
#type/habits ā Routines and habits
2. Context Tags
Indicate the note's environment:
#context/studies ā Learning
#context/work ā Professional
#context/personal ā Personal development
#context/academic ā University
#context/hobbies ā Personal interests
3. Theme Tags
Organize by knowledge area:
Computing:
#theme/cybersecurity ā Security
#theme/dev ā Development
#theme/os ā Operating systems
#theme/algorithms ā Algorithms and structures
#theme/AI ā Artificial intelligence
...and much more (see complete tag guide)
4. Metadata Tags
Control status and priority:
#status/[completed|in-progress|planning|idea]
#priority/[high|medium|low]
#review/[pending|completed|needed]
Tag Usage Best Practices
Required Minimum Tags
To maintain consistency and facilitate search, each note should include at minimum in its properties:
- One type tag (
#type/...) - One context tag (
#context/...) - One theme tag (
#theme/...) - One status/priority tag when applicable
š Linking System
Link Types
- Direct Links:
[[Note Name]] - Alias Links:
[[Note Name|Displayed Text]] - Section Links:
[[Note Name#Section]]
Recommended Practices
- Create meaningful connections
- Use MOCs (Maps of Content) to organize themes
- Leverage backlinks to discover relationships
- Build flexible hierarchies through links
š Integrated Methods
The system incorporates practices from:
- Zettelkasten: Interconnected atomic notes
- PARA: Projects, Areas, Resources, Archives
- Building a Second Brain: Knowledge capture and organization
- GTD: Getting Things Done for task management
- Feynman Technique: Teaching to learn
- Interrogative Elaboration: Question-based learning
- Cornell Method: Systematic note-taking and review
āļø Suggested Plugins
This template is designed to work without any community plugins, allowing you to start clean and build based on your needs. Here are some great plugin suggestions that can enhance your experience:
Core functionality enhancers:
- Dataview: For advanced data queries and dynamic content, making the best use of properties
- Calendar: Better date management and daily notes
- Tag Wrangler: Improved tag management
- Homepage: Custom startup page
- Iconize: Visual enhancement with icons
Optional extensions:
- Natural Language Dates: More intuitive date inputs
- Kanban: Visual task management
- Templater: Advanced template functionality
All plugins are optional - feel free to install only what fits your workflow!
š¤ Contributing
Contributions are welcome! Feel free to:
- Create Issues with suggestions
- Submit Pull Requests with improvements
- Share your experiences using the template
- Report bugs or problems
š License
This project is under the MIT license. See the LICENSE file for more details.
š Acknowledgments
This template was inspired by various knowledge management systems and the Obsidian community. Special thanks to:
- Zettelkasten Methodology
- Tiago Forte's PARA System
- r/Obsidian community
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
285
Forks
25
License
MIT
Last updated 14mo ago
Tags
Updates
View allUpdate README.md
14mo ago
Update Algorithm_complexity.md
14mo ago
Improved templates
17mo ago
Update HOME.md
17mo ago
Update README.md
17mo ago