Featuring language: javascript

  • Dataview table query materialization and line-level links to tasks in Obsidian

    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

    obsidian
    javascript
  • Globally register functions in Obsidian

    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

    obsidian
    linux
    javascript
    bash
  • Lesson from Orgmode: Embracing UUID's in Markdown

    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.

    obsidian
    markdown
    javascript
  • Working with Neovim from Obsidan

    Working with Neovim from Obsidan

    12/11/2024

    Need a decent text editor in Obsidian? Don't be EVIL, just use Neovim.

    neovim
    obsidian
    lua
    javascript
  • Obsidian I/O solutions

    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

    obsidian
    linux
    javascript
    python
    bash
  • QuickAdd Templates

    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

    obsidian
    markdown
    javascript
  • Sockets, Obsidian and IPC

    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
    linux
    bash
    javascript
    python
  • Templater templates

    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.

    obsidian
    javascript
  • WhichKey / Hydra makeshift in Obsidian

    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.

    obsidian
    javascript