this post was submitted on 04 Aug 2023
8 points (83.3% liked)
ObsidianMD
4102 readers
1 users here now
Unofficial Lemmy community for https://obsidian.md/
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is definitely one of those questions that's hard to give a definitive answer to. It really depends on what you're using the YAML for and whether not having it on all relevant notes would prevent you from accomplishing your goal.
Let's say I have my watched movies in Obsidian. I have basic YAML like IMDB link, genre, and year released. Later, I decide I want to see what directors I have watched the most. In this instance, not having the director YAML on all of my movies is something I would want to fix.
Continuing the above example, I would do two things to make adapting the new structure easier. First, I would update my template for movies to automatically include that field for any new movies I create. Second, I would probably use Dataview to create a utility page to identify movies with no director. The logic of the query would basically be "select all from movies where no director". That way I could systematically update my existing notes without having to look through all of them individually.
Hopefully this gives you a couple of ideas. If you have any follow-up questions, let me know!
Thank you! This is pretty much how I go about it, but the manual work load is still great.
In my case it is the adoption of LATCH, a concept I only encountered after I had already been using Obsidian for some time. Not to mention that my LATCH template already changed once or twice, until I found what works for me, but this still leaves the possibility open for future changes to it and another round of mass edits. Deciding on a more fundamental level, if and how or if at all I should address these changes is a question that I have not yet found a decisive answer to.