Advanced Search for Files and Folders Using Events #180
FelipeRearden
started this conversation in
Show and tell
Replies: 1 comment
-
Nice one! 😎👍 Thanks! |
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.
-
Hello @Taitava !!!!!!!
I found one more interesting workflow to do with our amazing Events.
Using Obsidian URI we can create search applied to specific Folders and Files direct from the File Explorer or Quick Explorer
1- Search inside a Specific Folder
start “ ” ”obsidian://search?vault=MYVAULT&query=path:/{{event_folder_path:relative}}/ content:”
Output: ignore
Event: Folder Menu
2- Search inside a Specific File
start “ ” ”obsidian://search?vault=MYVAULT&query=File:%22{{event_title}}%22 content:”
Output: ignore
Event: File Menu
One more workflow to our collection :)
Have a great day !!!!
Beta Was this translation helpful? Give feedback.
All reactions