Obsidian — Channel Summaries
AI-powered summaries of 12 videos about Obsidian.
12 summaries
Templater 101 with Sam Morrison
Templater’s real value isn’t just generating note templates—it’s acting like a JavaScript-powered automation layer inside Obsidian, letting users run...
Creating a theme for Obsidian 1.0 with Stephan Ango
Obsidian 1.0 theme development is getting a major overhaul: theme authors can now change interface styling through a top-level set of roughly 400...
Display data in views and status bar
Custom views in Obsidian let a plugin render its own UI inside movable “leaves” (the tabbed panels that make up an Obsidian workspace). The practical...
Easy and fast UI development with Svelte
Svelte is presented as a practical way to build Obsidian plugin UIs with far less boilerplate than imperative DOM manipulation—by writing mostly HTML...
Journey of collaborating on the Commander plugin with phibr0 and Johnny
Commander is an Obsidian plugin built to let users add and manage commands across many parts of the app’s interface—left ribbon, mobile quick...
Accept user input using commands and ribbon actions with Marcus Olsson
Obsidian plugin developers can give users direct control by wiring plugin behavior into two core interaction points: ribbon actions and commands....
The past and potential of Dataview with Michael Brener and Marcus Olsson
Dataview has become a metadata-and-query layer for Obsidian vaults, turning scattered Markdown notes into something closer to a searchable...
Obsidian October talks week 3: Use Plugin Settings + Creating theme for Obsidian 1.0
Obsidian 1.0’s biggest practical shift for plugin and theme builders is that customization now has a cleaner, more durable interface: plugins can...
Setting up plugin settings with Marcus Olsson
Obsidian plugin settings can be made persistent by wiring three pieces together: a typed settings model with defaults, runtime load/save using...
Critique your plugin #1 — Obsidian October 2024
Obligator’s settings UI needs to match Obsidian’s own design conventions, and the fastest wins come from small, concrete changes: removing redundant...
Critique your plugin #3 — Obsidian October 2024
Obsidian’s plug-in API has two recurring failure points—file edits that aren’t atomic and lifecycle code that runs at the wrong time. The biggest...
Critique your plugin #2 — Obsidian October 2024
Timeline View for Obsidian turns notes into a navigable timeline by plotting them according to the value of a chosen frontmatter property. It’s built...