diegomarzaa125 downloadsResize pinned tabs and customize their icons with emojis, symbols, or icons based on file names, folders, patterns, or tags.
Resize pinned tabs and customize their icons with emojis, symbols, or Obsidian icons based on file names, folders, patterns, or tags.


pinned-icon)---
pinned-icon: 🏠
---

tags: [project] and #project formats.obsidian/plugins/pinned-tabs-customizer folderhttps://github.com/diegomarzaa/obsidian-pinned-tabs-customizerNavigate to Settings → Pinned Tabs Customizer to:
pinned-icon: 🏠 in fileAccess from command palette (Ctrl+P / Cmd+P):
| Type | Pattern | Matches |
|---|---|---|
| Folder | Projects/ |
All files in Projects folder |
| Exact | Home |
File named "Home" |
| Starts with | Meeting |
Meeting notes, Meeting agenda, etc. |
| Contains | archive |
archive-2024, project-archive, etc. |
| Regex | ^\d{4}-\d{2}-\d{2}$ |
Daily notes (2024-01-15) |
| Regex | ^\d{4}-W\d{2}$ |
Weekly notes (2024-W03) |
| Tag | project |
All files tagged with #project |
Pinned Tabs Customizer runs locally in your vault and does not make network requests.
Some features enumerate markdown files in the vault to power file picking, tag picking, pattern previews, match counts, and rule conflict detection. File contents, file names, and vault data are not sent anywhere.
Contributions are welcome! Visit the GitHub repository to:
This project is licensed under the MIT License.