Okay, a little update here about what I have been doing with the Recipes, for those interested. It’s also a #remindertoself (which I - of course - also put into my “Build Recipe “database” in Obsidian”-note which lives in my vault.
Sure enough, I want Recipes as a whole, to be in Dutch. After all, that’s my language. So, I needed to figure out what I could change without the risk of breaking everything. Which of course happened, to a n00b like myself . Like, at least 3 times Glad I left the zip in the vault, I have unpacked and started over also 3 times.
Anyway, the first time I unpacked Recipes.zip somewhere deep in my vault, where I eventually want it to end up. Oh boy! Nothing worked anymore. I checked your screenshots (the ones in this discussion, above) and saw you had the whole thing in the root of your vault.
So, 2nd try, I deleted my try & error Recipes folder and I unpacked Recipes.zip in the root of my vault, expecting it to work then. It did. Yay!!! I made some changes, like the word “recipe” is called “recept” in Dutch. I didn’t know if I could just change that everywhere, in markup and in Dataview(js) - but after a few errors, I got that working. Cmd-R proved to be my saviour quite a few times, after I initially thought I made a mistake. My godgiven cleverness kicked in just in time to hit that combo and what do you know, voila! It worked after all. Pet on my own head
But then I wanted to change categories and other stuff and kaboom! it stopped working all over again and even Cmd-R didn’t save me this time. I didn’t delete everything, but I did unpack an extra instance of Recipes, for comparison. Should have done that straightaway - not so clever I didn’t do that but at least I thought of it in time for round 3.
I managed to move Recipes from the root to 1 level higher up, closer to where I wanted it to be. And I discovered, that changing the path in the Dataview code in the -TOC notes, was enough to make it work. Yay!! It needed another hit on the Cmd-R, because it kept saying that the two recipe notes weren’t created yet and refreshing the note itself wasn’t enough, apparently. But who cares. I love Cmd-R !
Now comes the creepy part - moving it to its permanent (for now) place in my vault and not breaking it. Shouldn’t be so hard, I think. But I also want to rename Recipes into Recepten…ewww! although, my sense of logic tells me, that again the onnly place I will need to change that, is in the -TOC notes. Because as far as I can see, that is - at the moment - the only place the Dataview code needs a specific path.
Just for laughs, here is a piece of my own comments in my “Build Recipe “database” in Obsidian” note:
If I need to move the recipe database to another spot in the vault, I need to update some instances of the Dataview code, specifically in the -TOC notes. Because the Dataview code in those notes, points to where exactly should be searched for recipes. I figured that out all by myself, through trial and error - Javascript and other code is not all that straightaway obvious to me, being an alpha person. Even though it’s called a language! I assumed it would go through the entire vault, looking for recipes. But apparently, it does not - it needs “directions”, so to speak.
So far my Recipes adventures - y’all are probably used to way shorter forum discussion messages, but hey - like I said, I am an alpha/language person, better with words than with code. I just don’t give up easily, and beta stuff like code and science and the like do have my interest, I only lack the talent for understanding it fast and in depth.