Need help integrating JD and my PKM vault in Obsidian

Thank you, I tried but it did not work.

Here is the front matter with the property. Essentially, I’m trying to have a table that will show every document that has the property “JD-Category” that is equal to “11 :person_raising_hand: Moi & les autres”

Here is the code that I’m trying to use

TABLE WITHOUT ID file.link as Catégories
where startswith(JD-Category, "11 🙋 Moi & les autres") 
sort file.link

But this is what I get

Any tricks that you have would be appreciated.

Have a great day

Found it!!!

Here’s the code (I’m so happy)

TABLE WITHOUT ID 
file.link as "" 

WHERE contains(JD-Category, "11")

sort file.link

Thanks again!

1 Like

Sort I just saw this. Thes startswith function should work too but glad you found a solution.

If you just want JD-Category to be an exact match you can also just use JD-Category = “Xxxx”.

1 Like

@dylanjr I’m also in the process of integrating Milo and JD, however, I’m using his earlier ACCESS structure, which is a bit more granular and my preferred way of organizing my PKM. So now my whole PKM & GTD management resides inside my 20’s, and I’ve built the rest of the jd structure around that, with life admin at the 10s (separate vault shared with spouse), 30’s for my own company, 40’s for my income generating work, and 50’s for managing a local winter bathing club.

@Tjoenk, could you share what Obsidian theme you’re using here? Or is it custom CSS? I love the color-coded folders.