TechLifeWeb

Exploring the digital life
  • Home
  • Articles
  • Photos
  • Notes
  • Digital Garden
  • View of the Pacific Ocean with the words Share Your World in the foreground
    Picture of Scott Kingery
    Scott Kingery
    email: techlifeweb@duck.com



    Systems Analyst. Exploring the digital life. #NASASocial alum. Author: Best Route Guide to Walking the San Diego Zoo. Fan: Padres, Seahawks, craft beer. #MoreSignalLessNoise

     by 

    🚀via @yuliyan

    Original Mastodon Post

    Obsidian as a resilient hardware inventory tracker. This might be untidy and I will write up a better tutorial once i set things up for blogging.

    #Obsidian #Tutorial #Inventory #ADHD

    1. Install Kanban community plug-In. This is not necessary but it is a nice way to track states of items and get them displayed.

    2. Create a new board dedicated to the inventory and set up your first list. I like to start with "Inbox". (1/9)

     by 

    🚀via @secupriv

    Original Mastodon Post

    @liztai Your dataviews wil evolve and that might be a challenge when you have dataviews in your templates that you then likely want to update too.

    My solution to that is to put a #DataviewJS snippet in the template that loads another note (call it a #Dataview #template) where the actual Dataview lives.

    The code to load that other note:

    ```dataviewjs
    dv.span(await dv.io.load("/full_path_to/note.md"))
    ```
    Works like a charm and it makes life much easier.

    #Obsidian #ObsidianMD @obsidianmd