Featuring language: javascript
-
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
-
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
-
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.
-
Working with Neovim from Obsidan
12/11/2024
Need a decent text editor in Obsidian? Don't be EVIL, just use Neovim.
-
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
-
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
-
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.
-
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.