### Obsidian Hub Folder Structure Source: https://publish.obsidian.md/hub/CONTRIBUTING This tree view displays the basic folder structure of the Obsidian Community Vault, illustrating the organization of different sections. ```treeview .\n├── 00 - Contribute to the Obsidian Hub\n│   ├── 01 Templates\n│   ├── 02 Attachments\n│   └── 03 Contributor Notes\n│   ├── 03.01 Structure\n│   ├── 03.02 Design Decisions\n│   └── 03.03 Scripts and Automation\n├── 01 - Community\n│   ├── Contributing to the Community\n│   ├── Events\n│   ├── Obsidian Roundup\n│   ├── People\n│   └── Video Channels\n├── 02 - Community Expansions\n│   ├── 02.01 Plugins by Category\n│   ├── 02.02 Themes by Category\n│   ├── 02.03 CSS Snippets by Category\n│   ├── 02.04 Auxiliary Tools by Category\n│   └── 02.05 All Community Expansions\n│   ├── Auxiliary Tools\n│   ├── CSS Snippets\n│   ├── Plugins\n│   │   └── Unlisted\n│   └── Themes\n├── 03 - Showcases & Templates\n│   ├── Dashboards\n│   ├── Note Examples\n│   ├── Plugin Showcases\n│   ├── Publish Sites\n│   ├── Templates\n│   │   ├── Daily notes\n│   │   ├── Literature notes\n│   │   ├── Monthly notes\n│   │   ├── Plugin-specific templates\n│   │   │   ├── Dataview templates\n│   │   │   └── Templater templates\n│   │   ├── Projects\n│   │   ├── TTRPG notes\n│   │   ├── Weekly notes\n│   │   └── Yearly notes\n│   └── Vaults\n├── 04 - Guides, Workflows, & Courses\n│   ├── Community Talks\n│   ├── Courses\n│   └── Guides\n├── 05 - Concepts\n└── 06 - Inbox ``` -------------------------------- ### Frontmatter for CONTRIBUTING.md Source: https://publish.obsidian.md/hub/CONTRIBUTING This snippet shows the frontmatter used for the CONTRIBUTING.md file, including aliases and tags. ```markdown aliases: [how to contribute] tags: [seedling] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.