Notes template repository
This is used when a new note repo is created. It also has the .obsidian configs
The intent here is to store notes structure and related tools info.
/
- home (for meta-data/logistics)
- Motivation page
- Resources page
- Roadmap page
- Resource_itineraries directory(Resources with its itinerary)
-
- Resource 1 - walkthrough
-
- Source Page
-
- Chapter 1 (numbered/|named)...
-
- Resource 2
-
- ...
- Projects page
-
- Project motivation/context + code + demo links
- Setup
- vault (for mental models)
- Chapter 1 (named)
- Chapter 2 (named)
- assets (contains all images, documents and other (non-markdown) attachments)
- tooling folder. Try to keep obsidian templates and other stuff here. This isn't strict - tooling files and hidden folders like github.yml can stay outside on the top level.
- Names should be like so: 1_Name (1. Name), or 1_1_Big for 1.1
- Assets should be placed inside /assets folder
- Avoid having both page and folder for the same thing, as much as possible.
- Use multiple
git
branches (this way, all resources-itineraries and the abstract vault are kept track of):
-
- One for each of the resource-itineraries
-
- One for vault
-
- Main/master branch which has all resources+vault merged together.
fixme: rename (name too long ;))
It is meant to capture all info, including stuff that has not been incorporated into a/it's mental model.
/
- Source link + date + place + motivation for consuming source
- Chapter 1 (named)
- Chapter 2 (named)
- ...
Notes about resource itineraries:
- Retain resource itinerary chapter number/name as is even when skipping stuff (already in
vault
). This helps in knowing what I've skipped stuff and the fact that I've skipped. - Add
in vault
checkbox to all resource itinerary pages. This helps in knowing if the resource page is in vault or not. Pages without anin vault
are old pages, and are assumed to bein vault
. - If parts of a topic are:
-
- Not completely covered in the material
-
- I am not able to fully understand it despite effor
- Problem, or problem sets can also be considered resources, since they directly(or help) populate the vault.
Just add FIXMEs
with questions for the doubtful parts and move ON. This speeds up understanding and consumption.
tbd