This repository contains the current structure, plugins, and settings of my Obsidian vault. It is meant to be a starting place to recreate a vault and a way for me to organize my own vault. For more details about the vault and how I use it, I encourage you to read my blog post.
Note: The structure of my vault is constantly refined as I see fit. I took inspiration from files and configurations that I've seen and assembled them in a way that makes sense for me, but there might be better ways to organize your own vault depending on profile.
You can clone and remove the git files with:
git clone https://github.com/jcnf0/obsidian-template.git
rm -rf .git
find . -name ".gitkeep" -delete
This subset of my vault contains the structure for my research (which I split into coding, reading, and writing) and miscellaneous utilities as follows:
Vault
├── MISC
│ ├── ATTACHMENTS
│ ├── BASES
│ ├── DAILY NOTES
│ ├── EXCALIDRAW
│ ├── MOC
│ ├── PEOPLE
│ ├── TEMPLATES
│ └── WEEKLY NOTES
├── PERSONAL
│ ├── HOBBIES
│ ├── LOGISTICS
│ ├── READING
│ │ ├── BOOKS
│ │ └── OTHER
│ ├── WRITING
│ │ ├── BLOG POSTS
│ │ ├── FICTION
│ │ ├── OTHER
│ │ └── THOUGHTS
│ └── LOGISTICS
├── RESEARCH
│ ├── CODE
│ │ └── ARTIFACT REVIEWS
│ ├── LOGISTICS
│ ├── MEETINGS
│ ├── READING
│ │ ├── PAPERS
│ │ └── REVIEWS
│ └── WRITING
├── Homepage.md
└── README.md