{"id":18043257,"url":"https://github.com/voidashi/obsidian-vault-template","last_synced_at":"2026-03-04T06:03:10.159Z","repository":{"id":260224884,"uuid":"880664908","full_name":"voidashi/obsidian-vault-template","owner":"voidashi","description":"Simple and efficient template to build your second brain in Obsidian","archived":false,"fork":false,"pushed_at":"2025-02-13T20:55:22.000Z","size":7024,"stargazers_count":173,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-25T02:04:26.971Z","etag":null,"topics":["obsidian","obsidian-community","obsidian-template","obsidian-vault","template","templates","zettelkasten"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voidashi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-30T05:57:15.000Z","updated_at":"2025-05-24T21:56:49.000Z","dependencies_parsed_at":"2025-05-25T02:04:29.226Z","dependency_job_id":"a4f39916-1d27-4ad3-8d04-05047cb6deca","html_url":"https://github.com/voidashi/obsidian-vault-template","commit_stats":null,"previous_names":["voidashi/obsidian-vault-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voidashi/obsidian-vault-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2Fobsidian-vault-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2Fobsidian-vault-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2Fobsidian-vault-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2Fobsidian-vault-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidashi","download_url":"https://codeload.github.com/voidashi/obsidian-vault-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidashi%2Fobsidian-vault-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30073690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian","obsidian-community","obsidian-template","obsidian-vault","template","templates","zettelkasten"],"created_at":"2024-10-30T17:07:43.676Z","updated_at":"2026-03-04T06:03:10.141Z","avatar_url":"https://github.com/voidashi.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# 🗃️ Obsidian Vault Template\n\nA 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.\n\n## ✨ Features\n\n- 📁 **Controlled Hierarchy**: Two-level depth maximum - keeps things organized yet simple!\n- 🏷️ Properties-based organization with comprehensive tagging\n- 🔗 Strategic use of links and MOCs (Maps of Content)\n- 📝 Ready-to-use templates for different note types\n- 🚀 Easy to start, powerful to scale\n\n## 🎯 Why Use This Template?\n\n### Key Benefits\n- **Simplicity**: Maximum two clicks to access any information\n- **Efficiency**: Reduces \"analysis paralysis\" when deciding where to store notes\n- **Flexibility**: Grows organically with your use\n- **Maintenance**: Easy to maintain and reorganize when needed\n\n## 🚀 Getting Started\n\n1. Clone this repository or download as ZIP\n2. Open Obsidian\n3. Select \"Open folder as vault\" and choose the template folder\n4. Check `99 - Meta/System/` for detailed guides on how to use the system\n\n## 📁 Folder Structure\n\n```\n.\n├── 00 - Dashboard/         # Central hub of the vault\n├── 01 - Personal/          # Personal content and diary\n│   ├── Daily/\n│   ├── Fleeting/\n│   ├── Plans/\n│   ├── Reflections/\n│   └── Health/\n├── 02 - Knowledge/         # Study notes by area\n│   ├── Computing/          # Examples of knowledge areas\n│   ├── Philosophy/\n│   ├── History/\n│   ├── Literature/\n│   └── Health/\n├── 03 - Projects/          # Projects in development\n│   ├── Project1/\n│   ├── Project2/\n│   └── Project3/\n├── 04 - References/        # Source material and bibliography\n│   ├── Articles/\n│   ├── Courses/\n│   ├── Books/\n│   └── Tutorials/\n└── 99 - Meta/              # System and templates\n    ├── Templates/\n    └── System/\n```\n\n## 📑 Note Properties Structure\n\nEvery note in the system uses these standard properties in the YAML frontmatter:\n\n```yaml\n---\naliases: [Alternative Names]\ntags:\n  - type/study\n  - context/academic\n  - theme/algorithms\n  - status/in-progress\ndate: 2024-01-01\nlast_updated: 2024-01-10\n---\n```\n\n### Example Note Structure\n\n[Check here](02%20-%20Knowledge/Computer/Algorithm_complexity.md)\n\n## 🏷️ Tagging System\nTags are implemented within the properties system as shown in the examples above. Check [tag guide](99%20-%20Meta/System/Guide%20to%20Tags%20and%20Links%20-%20Note%20Organization%20in%20Obsidian.md) for a complete list.\n\n### 1. Type Tags\nIdentify the nature of the note:\n```\n#type/task       → Tasks\n#type/project    → Projects\n#type/daily      → Daily notes\n#type/study      → Study material\n#type/idea       → Insights\n#type/reflection → Reflections\n#type/habits     → Routines and habits\n```\n\n### 2. Context Tags\nIndicate the note's environment:\n```\n#context/studies     → Learning\n#context/work        → Professional\n#context/personal    → Personal development\n#context/academic    → University\n#context/hobbies     → Personal interests\n```\n\n### 3. Theme Tags\nOrganize by knowledge area:\n```\nComputing:\n#theme/cybersecurity → Security\n#theme/dev           → Development\n#theme/os            → Operating systems\n#theme/algorithms    → Algorithms and structures\n#theme/AI            → Artificial intelligence\n\n...and much more (see complete tag guide)\n```\n\n### 4. Metadata Tags\nControl status and priority:\n```\n#status/[completed|in-progress|planning|idea]\n#priority/[high|medium|low]\n#review/[pending|completed|needed]\n```\n\n### Tag Usage Best Practices\n\n#### Required Minimum Tags\nTo maintain consistency and facilitate search, each note should include at minimum in its properties:\n1. One type tag (`#type/...`)\n2. One context tag (`#context/...`)\n3. One theme tag (`#theme/...`)\n4. One status/priority tag when applicable\n\n## 🔗 Linking System\n\n### Link Types\n1. **Direct Links**: `[[Note Name]]`\n2. **Alias Links**: `[[Note Name|Displayed Text]]`\n3. **Section Links**: `[[Note Name#Section]]`\n\n### Recommended Practices\n- Create meaningful connections\n- Use MOCs (Maps of Content) to organize themes\n- Leverage backlinks to discover relationships\n- Build flexible hierarchies through links\n\n## 📚 Integrated Methods\n\nThe system incorporates practices from:\n- **Zettelkasten**: Interconnected atomic notes\n- **PARA**: Projects, Areas, Resources, Archives\n- **Building a Second Brain**: Knowledge capture and organization\n- **GTD**: Getting Things Done for task management\n- **Feynman Technique**: Teaching to learn\n- **Interrogative Elaboration**: Question-based learning\n- **Cornell Method**: Systematic note-taking and review\n\n## ⚙️ Suggested Plugins\n\nThis 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:\n\n### Core functionality enhancers:\n- Dataview: For advanced data queries and dynamic content, making the best use of properties\n- Calendar: Better date management and daily notes\n- Tag Wrangler: Improved tag management\n- Homepage: Custom startup page\n- Iconize: Visual enhancement with icons\n\n### Optional extensions:\n- Natural Language Dates: More intuitive date inputs\n- Kanban: Visual task management\n- Templater: Advanced template functionality\n\nAll plugins are optional - feel free to install only what fits your workflow!\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n1. Create Issues with suggestions\n2. Submit Pull Requests with improvements\n3. Share your experiences using the template\n4. Report bugs or problems\n\n## 📝 License\n\nThis project is under the MIT license. See the [LICENSE](LICENSE) file for more details.\n\n## 🙏 Acknowledgments\n\nThis template was inspired by various knowledge management systems and the Obsidian community. Special thanks to:\n- Zettelkasten Methodology\n- Tiago Forte's PARA System\n- r/Obsidian community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidashi%2Fobsidian-vault-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidashi%2Fobsidian-vault-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidashi%2Fobsidian-vault-template/lists"}