Replies: 1 comment
-
Thanks. I'm not sure what the problem was, but I'm glad you found a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had tried to search for this in the docs and the discussions, at first couldn't find an answer, and then thought of searching for the same but with dataviews, and thanks to reddit discovered the solution. I'm opening this post anyways in case it's helpful for future users, hope that's an acceptable way of using discussions:)
My question was: Is it possible to "find in page" (Ctrl/Cmd+F) for tasks views? I.e. in a note in which I embed a tasks view
```tasks <...>```
, I want to quickly go through tasks matching some specific keyword, like searching within a page in a browser. What Obsidian actually does is just search through the tasks code, but I'd like to search through the rendered text.The solution turns out to be: change from editing to reading mode (the little icon on the top right of a note). Then it searches through the rendered tasks as I wanted:)
Beta Was this translation helpful? Give feedback.
All reactions