Video summary
Obsidian Plugins You Can't Afford to Miss - My TOP 10 Favorites for Productivity!
Main summary
Key takeaways
Summary of the Video (Obsidian Plugins for Productivity)
The speaker reviews and ranks 10 Obsidian community plugins using a productivity-centric checklist. To make the list, a plugin needed to help them:
- Execute tasks faster
- Save time via automation
- Add missing relevant functionality
- Make interacting with Obsidian easier
Top 10 Plugins Highlighted
10) Kindle Highlights
- Install via Settings → Community Plugins → Browse, then search.
- Can sync Kindle highlights via Amazon cloud (requires Amazon sign-in) or upload clippings manually.
- Key configurable options:
- Note template to use for created notes
- Vault folder for highlights
- Amazon region
- Whether to sync book metadata
- Optional: run sync on startup
- (The speaker disables both metadata sync + startup sync.)
- Workflow:
- Use a toolbar button or command panel to run “Sync your Kindle Highlights”
- The resulting notes are saved into the selected folder
9) Book Search
- Works especially well alongside Kindle Highlights.
- Configuration includes:
- Folder for “Book Notes”
- Filename pattern
- Note template (must already exist)
- Provider/locale settings
- Template behavior:
- Automatically embeds related Kindle highlights when they exist
- Notes display:
- Frontmatter metadata (plus cover image) provided by Book Search
- Embedded highlights pulled from the synced Kindle highlights notes
8) Excalidraw
- Adds a more capable whiteboard/diagramming workflow to Obsidian.
- Used for mind maps and more structured thinking than plain linear notes.
- The speaker describes it as feeling more mature and feature-rich than Obsidian’s native Canvas (though both support visual composition).
7) Note Refactor
- Goal: quickly split one long note into multiple smaller notes.
- Splits a selected text region into a new note using one keyboard shortcut.
- Settings covered:
- New note location + naming convention
- Link template to insert back into the original note
- Template for new note content
- How to handle the first line (filename/heading)
- Heading levels and whether to auto-open the new note
- Demonstrated workflow:
- Select text → run command/shortcut (CTRL + SHIFT + N)
- Creates a new note and inserts a link back into the original note
6) Metadata Menu (combined with Canvas)
- Strong when used with Obsidian’s Canvas to update metadata based on where notes are placed.
- Workflow:
- Create an element on Canvas (not a real note yet)
- Convert it into a note using a template
- Apply metadata rules using Metadata Menu, typically via a class attribute
- Metadata updates tied to Canvas position/grouping, such as:
- phase (based on canvas group location)
- element group
- previous chapter / next chapter using connected arrow relationships
- The speaker references another video for deeper setup details about the arrow-based chapter attributes.
5) Checklist
- Creates a consolidated open tasks list in the right pane.
- Key setting: tag name filter
- If empty, tasks appear everywhere in the vault
- The speaker restricts tasks using tags instead
- Example tags used:
- Focus (no due date; daily focus areas)
- FUP (follow-ups with others)
- Talk (discussion topics)
- todo (self tasks)
- Features shown:
- Tasks grouped by tag
- Mark tasks complete directly in the checklist
- Click a task to jump to its source note
- Mentions support for nested tags (e.g.,
#talk/team1)
4) Tasks
- Provides robust task creation options via UI.
- What the speaker mainly changes:
- Global Task Filter set to
#todo
- Global Task Filter set to
- When creating tasks with
#todo, the plugin can suggest attributes like:- priority, start, due, end date
- Without the tag filter, those suggestions don’t appear.
3) Projects
- Project management oriented around containers.
- Minimal setup described:
- How links behave when clicking a project
- How frontmatter is formatted
- The speaker uses:
- A container for new content ideas
- A process where ideas become real projects (e.g., a YouTube video)
- Supported views:
- List (default)
- Kanban (move items between phases)
- Gallery (thumbnails)
- Calendar (publication date tracking)
- Views are configurable, filterable, and sortable.
2) Dataview
- The speaker recommends it even for non-programmers by using copied snippets.
- Described as extremely flexible for querying and organizing notes.
- Demonstrated use cases:
- Templates that auto-create required files for a new project
- Automatic “related” linking blocks in subnotes (via Dataview queries)
- “Maps of content” (MOCs):
- Rendered as tables or cards depending on frontmatter class
- Book content map:
- Table for “Book Notes” (title, author, cover, pages, genre, rating)
- Table for synced Kindle highlights notes
1) Templater
- The speaker’s top choice if they could use only one plugin.
- Focused on automating workflows without requiring deep technical knowledge.
- Requires:
- A templates folder
- Configuration pointing Templater to that folder
- Demonstrated integration with the Projects workflow for YouTube:
- Clicking “add note” prompts for a video name
- Projects + Templater select the correct template automatically
- The main note template creates frontmatter and uses Templater code to set fields like creation date and asset property names based on naming conventions
- Templater generates multiple subnotes (keywords, script, description, checklists) from templates
- Uses
tp.file.moveto automatically move created notes into the correct folders - Embeds generated subnotes (e.g., editing/publishing checklists) back into the main note
Main Speaker / Source
- Solo speaker (channel creator) presenting their personal ranked list of Obsidian plugins.
- External source mentioned: Danny Hatcher, referenced as inspiration for the Metadata Menu + Canvas workflow.