Featuring tech: markdown

  • 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
  • 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
  • Title-based markdon picker in Neovim

    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.

    neovim
    markdown
    lua