Be like this person!
Or this person!

How my vault is structured

Note Type (tags)

CategoryPurpose
referenceNotes intended for quick reference. Static, factual information often in list-like form. Not meant to evolve.
skillNotes that show progression, practice, and failures. Breaks down information as it pertains to me. Evolves with my learning.
writeupStructured (somewhat) and opinionated pieces. Aims to either synthesize and articulate a viewpoint or strengthen my own understanding.
projectHelps track a project. Often contains goals, abstracts, and other plans. Often contains technical implementation details for reference.
brainstormVarious, unstructured raw thought dumps. Hard to classify, but can often seed a new note.
otherMiscellaneous. Can help surface notes that need to be reviewed.

Obsidian Backlog

  • I would like a way to write from mobile

Features to learn

  • Split view
  • Links
  • Tags
  • Metadata?
  • Canvas
  • Obsidian supports mermaid
graph TD;
A-->B;
A-->C;

Shortcuts

Ctrl + P Command Palette/Quick Search
Ctrl + O Find/create a note aka quick switcher (preferable to ctrl + n)
Ctrl + G Opens graph view
Ctrl + , Opens setting
Ctrl + K Insert link on text
Ctrl + D Delete current line

Markdown Examples

- [ ] creates a checkbox
![[note name]] embeds another note in your current note
> For quotes and blockquotes
[link](src)
==highlight== for highlight