Organize your notes efficiently with tags, mark important notes as favorites, and visualize connections between notes using Hub View.
Tags are keywords that help you find related notes quickly. Unlike folders (one location per note), you can add multiple tags to any note.
Add tags in the YAML frontmatter at the top of your note:
---
tags: [project, important, todo]
---
# My Note Content
In the sidebar:
Quick filtering:
Useful tag patterns:
project-alpha, project-betatodo, in-progress, donemeeting, idea, reference2024-q1, weekly, archiveTips:
book-notesQuickly access your most-used notes by marking them as favorites.
To favorite a note:
To unfavorite:
Perfect for:
Favorites appear at the top of your sidebar for instant access.
Hub View automatically detects and displays how your notes connect to each other through wiki-style links ([[Note Name]]). Notes that link to many others become “hubs” - like a table of contents for related topics.
Create links between notes:
# Project Overview
Check our [[Project Timeline]] for deadlines.
The [[Design Document]] has all the details.
See [[Meeting Notes 2024-01-09]] for decisions.
What happens:
Example 1: Project Management
Create a central project note:
# Project Alpha
## Key Documents
- [[Project Alpha - Requirements]]
- [[Project Alpha - Technical Design]]
- [[Project Alpha - Timeline]]
## Team
- [[Team Contacts]]
- [[Team Meeting Notes]]
## Resources
- [[Development Setup Guide]]
- [[API Documentation]]
Result in Hub View:
📍 Project Alpha (7 links)
├── Project Alpha - Requirements
├── Project Alpha - Technical Design
├── Project Alpha - Timeline
├── Team Contacts
├── Team Meeting Notes
├── Development Setup Guide
└── API Documentation
Example 2: Learning Notes
Create a topic overview:
# Python Learning Path
## Basics
- [[Python Syntax Notes]]
- [[Python Data Types]]
- [[Python Functions Guide]]
## Advanced Topics
- [[Python Classes and OOP]]
- [[Python Decorators]]
- [[Python Async Programming]]
## Projects
- [[Todo App Project]]
- [[Web Scraper Project]]
Hub-and-Spoke Pattern (Recommended):
Hub Note
/ | \
Child Child Child
Web Pattern:
Note A --- Note B
| \ / |
| X |
| / \ |
Note C --- Note D
Parent-Child Pattern:
Parent
/ | \
Child Child Child
1. Daily Notes Hub:
# 2024 Daily Notes
## January
- [[2024-01-01 Monday]]
- [[2024-01-02 Tuesday]]
- [[2024-01-03 Wednesday]]
...
2. Meeting Notes Hub:
# Team Meetings
## Weekly Standups
- [[2024-W01 Standup]]
- [[2024-W02 Standup]]
## Project Reviews
- [[Project Alpha Review]]
- [[Project Beta Kickoff]]
3. Knowledge Base Hub:
# Development Wiki
## Languages
- [[JavaScript Guide]]
- [[Python Guide]]
- [[Go Guide]]
## Tools
- [[Git Workflow]]
- [[Docker Setup]]
- [[VS Code Tips]]
Toggle Hub View:
Customize behavior:
Do:
Don’t:
Project Hub:
Time-based Hub:
Topic Hub:
Find any note instantly:
Cmd/Ctrl+FWhat’s searched:
Search syntax:
project - Find “project” anywhere"exact phrase" - Find exact matchtag:important - Find by tagtitle:meeting - Search titles onlyOperators:
AND - Both terms: python AND tutorialOR - Either term: bug OR issueNOT - Exclude: meeting NOT cancelled* - Wildcard: meet* finds meeting, meetsTake 10 minutes weekly to:
For better organization:
2024-01-09 Daily Note2024-01-09 Team StandupProject Name - Document TypeTool Name - GuideNext: Backup your notes with GitHub Sync →