Get AI summaries of any video or article — Sign up free

Obsidian — Channel Summaries

AI-powered summaries of 12 videos about Obsidian.

12 summaries

No matches found.

Templater 101 with Sam Morrison

Obsidian · 3 min read

Templater’s real value isn’t just generating note templates—it’s acting like a JavaScript-powered automation layer inside Obsidian, letting users run...

Templater CommandsDaily Notes AutomationJavaScript Templates

Creating a theme for Obsidian 1.0 with Stephan Ango

Obsidian · 3 min read

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...

Obsidian 1.0 ThemingCSS VariablesTheme Versioning

Display data in views and status bar

Obsidian · 3 min read

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...

Obsidian ViewsLeaves and WorkspacesPlugin UI Rendering

Easy and fast UI development with Svelte

Obsidian · 2 min read

Svelte is presented as a practical way to build Obsidian plugin UIs with far less boilerplate than imperative DOM manipulation—by writing mostly HTML...

Svelte ComponentsReactivityProps and Slots

Journey of collaborating on the Commander plugin with phibr0 and Johnny

Obsidian · 3 min read

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...

Commander PluginInteraction CostFigma Collaboration

Accept user input using commands and ribbon actions with Marcus Olsson

Obsidian · 2 min read

Obsidian plugin developers can give users direct control by wiring plugin behavior into two core interaction points: ribbon actions and commands....

Ribbon ActionsCommandsConditional Commands

The past and potential of Dataview with Michael Brener and Marcus Olsson

Obsidian · 3 min read

Dataview has become a metadata-and-query layer for Obsidian vaults, turning scattered Markdown notes into something closer to a searchable...

Dataview OverviewMetadata FieldsQuery Language

Obsidian October talks week 3: Use Plugin Settings + Creating theme for Obsidian 1.0

Obsidian · 3 min read

Obsidian 1.0’s biggest practical shift for plugin and theme builders is that customization now has a cleaner, more durable interface: plugins can...

Plugin Settings PersistencePluginSettingTab UITheme Variables

Setting up plugin settings with Marcus Olsson

Obsidian · 2 min read

Obsidian plugin settings can be made persistent by wiring three pieces together: a typed settings model with defaults, runtime load/save using...

Plugin SettingsSettings Tab UILoad/Save Data

Critique your plugin #1 — Obsidian October 2024

Obsidian · 3 min read

Obligator’s settings UI needs to match Obsidian’s own design conventions, and the fastest wins come from small, concrete changes: removing redundant...

Obsidian Plugin CritiqueSettings UI ConsistencyToggle Wording

Critique your plugin #3 — Obsidian October 2024

Obsidian · 2 min read

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...

Vault Process APIAtomic TransactionsPlugin Lifecycle

Critique your plugin #2 — Obsidian October 2024

Obsidian · 3 min read

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...

Timeline ViewCanvas RenderingObsidian Navigation