What I’m trying to do
I have a collection of quotes. One of the properties of the notes in my quotes collection is “topics”. I can see by looking at the status of all my properties that there are 548 different topics used. I can easily do a search for notes with the “topics” property and I can do searched for notes that contain a specific topic, but I cannot figure out if there is a way to get a list of all the 548 different topics. I suspect this is going to take some kind of DataviewJS wizard but maybe I’m overlooking something.
I want a list of all the values I have assigned to a certain property. Sort of like you can see all the different tags you use, I just want values from another property called “topics”.
Things I have tried
Various searches and dataview queries.