Does anyone know how to create a Dataview that will list any note that has highlighted words in them. I would like to see the highlighted word and the note name it’s tied to.
Any help is greatly appreciated
Thanks
Hello.
Not possible with Dataview, but a simple query works:
```query
/==.*?==/
```
Reference: How do I make a (non-JS) Dataview table with all the highlighted texts in my notes? - #4 by holroy
3 Likes
My preferred way, with Dataview, is depicted in the thread below:
The idea is simple to do stuff like [question:: My question on highlighting]
, and then use CSS to style it like you want, and queries to list them from other places.