This is your new vault.
Make a note of something, [[create a link]], or try the Importer!
When you're ready, delete this note and make the vault your own.
Base structure for an Obsidian vault containing templates, snippets, note bases, and auxiliary scripts. Designed as a reusable skeleton for personal organization, Zettelkasten, project management, and automations (Python scripts).
This folder already includes a ready-to-use .obsidian configuration (plugins, snippets, themes) plus collections of templates / CSS / scripts to speed up the creation of new vaults.
Ctrl + Nto create a new note - QuickAdd plugin
tab: 📜 Format
```dataview
TABLE without id file.link as "Template"
FROM "X/Templates/Format"
SORT file.name asc
LIMIT 7
```
tab: & Snippets
```dataview
TABLE without id file.link as "Template"
FROM "X/Templates/Snippet"
SORT file.name asc
LIMIT 10
```
- Calendar – Calendar view integrated with daily notes
- Callout Manager – Create and manage callouts without writing CSS
- Dataview – Query and organize notes like a database
- Force note view mode – Force a default view mode (reading or editing) per note
- Hotkeys for specific files – Custom hotkeys to quickly open specific files
- Iconize – Add custom icons to files, folders, and links
- Meta Bind – Interactive inputs linked directly to frontmatter
- Outliner – Outline-style editing with enhanced shortcuts
- Paste URL into selection – Automatically convert selected text into a link
- Periodic Notes – Create and manage weekly, monthly, and yearly notes
- QuickAdd – Fast content capture using commands, templates, and automation
- Recent Files – Quickly access recently opened notes
- Style Settings – GUI for customizing themes and plugin styles
- Tabs – Tab-based file navigation inside Obsidian
- Simple Banner – Add visual banners to notes
- Tag Wrangler – Rename, merge, and manage tags across the vault
- Paste Image Rename – Automatically rename pasted images
- Settings Search – Quickly search and navigate Obsidian settings
- Views
- Templates
- Assets
- Css Snippets from : https://github.com/r-u-s-h-i-k-e-s-h/Obsidian-CSS-Snippets
![[Hotkeys]]
- Plugins not showing: move the
.obsidianfolder into the vault directory and restart Obsidian. - CSS snippets not applying: Settings → Appearance → CSS snippets → enable the desired snippet.
- Templater not running: confirm the Templates folder path in the plugin settings.
.obsidian/— configuration and installed plugins.Templates/Format/_ base template.md— base template for new notes.Scripts/organizacao_obsidian/ChanGe-Templates-Folder.py— script to reorganize templates (read before running).Assets/Dataview/— ready-to-use queries and dashboards for Dataview.
![[Credits & Attribution]]


