// writing
Posts tagged #plugins
A mix of technical deep-dives, career reflections, and dispatches from the road.
tag: #plugins

obsidianSep 8, 2026· 5 min
Semantic Search in Obsidian: What Embeddings Find That Keywords Miss
Obsidian's search operators are precise, but they only find notes when you remember the words you used. Here's what local embedding plugins add, where they quietly fail, and why hybrid ranking is the honest answer.
read more →

obsidianSep 1, 2026· 4 min
Obsidian URI: Your Vault Has an API You're Not Using
Obsidian ships with a custom URI protocol that lets scripts, browsers, and phone shortcuts read and write your vault without you touching the app. Here's how the core actions work and where the Advanced URI plugin picks up the slack.
read more →

obsidianAug 28, 2026· 4 min
DataviewJS: The Escape Hatch When Bases and DQL Run Out
Bases handles most vault dashboards now, and Dataview's query language covers the rest. DataviewJS is what you reach for when neither can express the thing you actually want.
read more →

obsidianAug 25, 2026· 4 min
Writing an Obsidian Plugin Is Smaller Than You Think
Most people patch around a missing Obsidian feature with a Templater script and a CSS snippet. The plugin API is often the shorter path, and the surface area you actually need is tiny.
read more →

obsidianJul 31, 2026· 5 min
Your Obsidian Plugin List Is a Supply Chain
Obsidian's 2026 Community directory added automated scans and safety scorecards for every plugin version. Here's what that changes, and how to actually audit the plugins already sitting in your vault.
read more →

obsidianJul 28, 2026· 4 min
Obsidian QuickAdd: Capture, Templates, and Macros Without Leaving Your Keyboard
QuickAdd turns Obsidian into a keyboard-driven capture machine. Here is how its Captures, Templates, and Macros actually work, with copy-paste examples.
read more →

obsidianJul 3, 2026· 4 min
Obsidian Bases: Native Database Views Without Dataview
Bases is Obsidian's built-in core plugin for turning notes and their properties into live tables and cards. Here's how the syntax works and when to reach for it instead of Dataview.
read more →

obsidianJun 30, 2026· 4 min
Obsidian for Developers: Make Your Vault Work Like Your Codebase
Obsidian is plain-text markdown all the way down, which means the same tools you use on code work on your notes. Here's how to version your vault with Git, get real syntax highlighting, and run JavaScript inside your notes.
read more →

obsidianJun 11, 2026· 4 min
Templater for Obsidian: Stop Writing the Same Thing Twice
The Templater plugin turns Obsidian's static template system into a real automation engine — dynamic dates, user prompts, folder triggers, and optional JavaScript make note creation genuinely effortless.
read more →

obsidianJun 9, 2026· 4 min
Excalidraw in Obsidian: Visual Thinking That Lives in Your Vault
A practical guide to the Excalidraw Community plugin for Obsidian — how to embed visual diagrams in your vault, link drawings to notes, and build a visual thinking workflow that actually integrates with your PKM.
read more →
// the newsletter