All Posts
Dataview table query materialization and line-level links to tasks in Obsidian
1/13/2025
Blazingly fast and on-demand dataview queries and static markdown table as a result while finally having line-level links to tasks
WhichKey / Hydra makeshift in Obsidian
12/16/2024
Leverage Templater user-defined CommonJS module to build a which-key/hydra makeshift for Obsidian while taking this as an oppurtunity to mostly programmaticaly define keyboard shortcuts.
Globally register functions in Obsidian
12/15/2024
Learn to user Templater's user modules to write and globally register atomic function while making composition and remote composition a breeze
Working with Neovim from Obsidan
12/11/2024
Need a decent text editor in Obsidian? Don't be EVIL, just use Neovim.
Templater templates
12/10/2024
Unlock the full potential of Obsidian's Templater plugin. Dive into real world examples of Templater with the Obsidian API to efficiently manage and modify your documents.
Sockets, Obsidian and IPC
12/9/2024
Exploring some socket-base IPC solution in Obsidian, Node.js and python in ways that could transform how some interact with Obsidian altogether
Obsidian I/O solutions
12/8/2024
Let's try to leverage the power of Obsidian beyond its environment to use as something close to a daemon that other processes interact with
QuickAdd Templates
12/6/2024
Explore a trove of personal code snippets designed for seamless integration with the QuickAdd plugin in Obsidian. Whether you're looking to automate workflows, interact with various plugins, or generate unique identifiers
Title-based markdon picker in Neovim
12/5/2024
Creating a custom Telescope picker that lists Markdown documents by their titles instead of filenames. Leverage Lua scripting to enhance your editing experience and navigate your (probaly Obsidian) knowledge base with ease.
Lesson from Orgmode: Embracing UUID's in Markdown
12/4/2024
An unexpected journey from Emacs to Obsidian, with UUIDs and JavaScript to replaces Elisp. Abandoning a decades-old system led to streamlined management and a surprisingly painless transition.