File Menu Event + Search Panel = Amazing new Workflow #177
FelipeRearden
started this conversation in
Show and tell
Replies: 1 comment
-
Really nice! 😎 I did not know that the file menu event occurs in the search results, too. I did notice some time ago that if you right click a link in a note, then the file menu event shell commands appear there. I'll add a short mention of your finding in the documentation here: https://publish.obsidian.md/shellcommands/Events/File+menu Have a great day, too! 🙂👍 |
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 !!!!!!
Just to share an amazing workflow that I discovered today (if I did not write this I couldn't sleep today)
File Menu Events can trigger SC commands from the SEARCH PANE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This way I can write an SC that place a link of the file that I´m searching inside my active note on caret position!!!!!!
echo [[{{event_filename}}]]
output=current file caret position event=file menu.The sky is the limit, I can create an SC that will open the search file in the end for example ....
echo {{event_file_name}}:new-pane:-1:-1
output=open a file event=file menuthis is amazing !!!!!
have a great day!!!!!!!!
Beta Was this translation helpful? Give feedback.
All reactions