Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Last active August 27, 2025 14:36
Show Gist options
  • Save dsebastien/cfe7660f1a7e4c886aa15a200b2669b8 to your computer and use it in GitHub Desktop.
Save dsebastien/cfe7660f1a7e4c886aa15a200b2669b8 to your computer and use it in GitHub Desktop.
OSK v3 Folder Structure
│ │ obsidian-starter-kit/                                                                                            │ │
│ │ ├── 10 Meta                                                                                                      │ │
│ │ │   ├── 11 Personal                                                                                              │ │
│ │ │   ├── 12 Routines                                                                                              │ │
│ │ │   ├── 13 Processes                                                                                             │ │
│ │ │   └── 14 Maintenance                                                                                           │ │
│ │ ├── 20 Actions                                                                                                   │ │
│ │ │   ├── 21 Goals                                                                                                 │ │
│ │ │   ├── 22 Plans                                                                                                 │ │
│ │ │   ├── 23 Projects                                                                                              │ │
│ │ │   └── 24 Tasks                                                                                                 │ │
│ │ ├── 30 Areas                                                                                                     │ │
│ │ │   ├── 31 Fleeting notes                                                                                        │ │
│ │ │   ├── 32 Literature notes                                                                                      │ │
│ │ │   │   ├── 32.01 Literature Inbox                                                                               │ │
│ │ │   │   ├── 32.02 Content                                                                                        │ │
│ │ │   │   ├── 32.03 Book notes                                                                                     │ │
│ │ │   │   ├── 32.04 Expressions                                                                                    │ │
│ │ │   │   ├── 32.05 Quotes                                                                                         │ │
│ │ │   │   ├── 32.06 Poems                                                                                          │ │
│ │ │   │   ├── 32.07 Highlights                                                                                     │ │
│ │ │   │   │   ├── Articles                                                                                         │ │
│ │ │   │   │   ├── Books                                                                                            │ │
│ │ │   │   │   ├── Newsletters                                                                                      │ │
│ │ │   │   │   ├── Papers                                                                                           │ │
│ │ │   │   │   ├── Podcasts                                                                                         │ │
│ │ │   │   │   ├── Tweets                                                                                           │ │
│ │ │   │   │   └── Videos                                                                                           │ │
│ │ │   │   └── 32.08 Curated                                                                                        │ │
│ │ │   │       ├── Articles                                                                                         │ │
│ │ │   │       ├── Board Games                                                                                      │ │
│ │ │   │       ├── Books                                                                                            │ │
│ │ │   │       ├── Movies                                                                                           │ │
│ │ │   │       ├── Newsletters                                                                                      │ │
│ │ │   │       ├── Papers                                                                                           │ │
│ │ │   │       ├── Podcasts                                                                                         │ │
│ │ │   │       ├── TV Shows                                                                                         │ │
│ │ │   │       ├── Tweets                                                                                           │ │
│ │ │   │       ├── Video Games                                                                                      │ │
│ │ │   │       └── Videos                                                                                           │ │
│ │ │   ├── 33 Permanent notes                                                                                       │ │
│ │ │   │   ├── 33.01 Knowledge Inbox                                                                                │ │
│ │ │   │   ├── 33.02 Content                                                                                        │ │
│ │ │   │   ├── 33.03 Visualizations                                                                                 │ │
│ │ │   │   └── 33.04 Quotes                                                                                         │ │
│ │ │   ├── 34 Maps                                                                                                  │ │
│ │ │   │   ├── 34.01 MoCs                                                                                           │ │
│ │ │   │   └── 34.02 Bases                                                                                          │ │
│ │ │   │       └── Assets                                                                                           │ │
│ │ │   ├── 35 Contacts                                                                                              │ │
│ │ │   ├── 36 People                                                                                                │ │
│ │ │   ├── 37 Meeting notes                                                                                         │ │
│ │ │   └── 38 Voice notes                                                                                           │ │
│ │ ├── 40 Journal                                                                                                   │ │
│ │ │   ├── 41 Daily Notes                                                                                           │ │
│ │ │   ├── 42 Weekly Notes                                                                                          │ │
│ │ │   ├── 43 Monthly Notes                                                                                         │ │
│ │ │   ├── 44 Quarterly Notes                                                                                       │ │
│ │ │   └── 45 Yearly Notes                                                                                          │ │
│ │ ├── 50 Resources                                                                                                 │ │
│ │ │   ├── 51 Attachments                                                                                           │ │
│ │ │   ├── 52 Excalidraw                                                                                            │ │
│ │ │   ├── 53 Scripts                                                                                               │ │
│ │ │   ├── 54 Templates                                                                                             │ │
│ │ │   │   ├── Core                                                                                                 │ │
│ │ │   │   ├── Excalidraw                                                                                           │ │
│ │ │   │   ├── Metadata                                                                                             │ │
│ │ │   │   └── Templater                                                                                            │ │
│ │ │   ├── 55 Obsidian Publish                                                                                      │ │
│ │ │   └── 56 Prompts                                                                                               │ │
│ │ └── 60 Archives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment