Recent Posts
My Obsidian Daily Note
Why have a daily note?
I wanted to have a place where I could plan and track what I was doing through the day. I’ve experimented with kanban boards, pomodoro, Eisenhower matrix, and various other productivity techniques. The approach that has worked best for me was timeboxing. When I was working, I’d use the daily note to timebox my day and follow progress in the right hand sidebar with the Day Planner plug in. I have recently retired and am not currently timeboxing. I still have appointments and tasks that I need to do, and the existing format still works for me even though my day is not as structured as it was.
Linux Mint Experiment Part 1
TL;DR: Long time Windows user trying an alternative to Windows 10 on hardware that Windows 11 won’t support. Part 1 covers why and how the install was done and Mint tweaks on initial load. Further posts will look at alternatives to Windows programs used and other challenges encountered.
Background
I started my PC journey with an early IBM PC and DOS on the command line way back when PCs were first a thing. I looked at Windows 2 and deleted it in horror, was sucked into Windows 3.1.1 with a corporate job, and apart from a brief affair with OS/2 Warp I have stuck with Windows through its various incarnations (apart from Vista, obviously 😱).
Embed web pages in Obsidian Notes
TL;DR: Obsidian’s HTML support lets us embed web pages in notes. I have used this to create a note that will display a random Wikipedia page every time the note is opened.
Introduction
Obsidian will happily render HTML, which is useful as it gives us even more options for layout than are provided out of the box.
I have used this, for example, to allow highlighting in colours other than the default that Obsidian comes with, so, with a bit of CSS, I can highlight text in different colours:
Note "Gardening"
It is very easy to capture notes to Obsidian. With Kepano’s web clipper and a number of other quick-capture tools as well as porting my old notes from Evernote (which I had been using since 2007), I ended up with about 7000 notes in my vault. This is not a big number by any means - I have seen screenshots of vaults with factor of 10 more notes. It is enough, though, that without making an effort to revisit notes, I will likely have no memory of making them, and they will then have questionable value.
Moving from Dataview and inline metadata to Bases, YAML and Datacore
The Problem
I’ve been using Obsidian since 2021. When I started, Dataview was the best way to query my notes. I liked the use of inline fields, e.g. “Next::”, as it kept all of the information within the context of the note. I built a bunch of workflow around Dataview and these inline fields, and it has served me well. But…
I’ve noticed a lag in keystrokes when typing into pages with heavy Dataview queries, which includes my daily notes. Also Dataview is no longer undergoing active development. The developer is focused on developing a successor, “Datacore”, which offers much better performance, but a completely different way of defining queries.