macedotavares / obsidian-utilities

An Alfred workflow focusing on quick entry and logging.
https://github.com/macedotavares/obsidian-utilities
GNU General Public License v3.0
169 stars 7 forks source link

Search terms command has extra '/' in URL #19

Open lambdamusic opened 2 years ago

lambdamusic commented 2 years ago

The command

s [search terms]
Search note titles and contents with Alfred. Open results in Obsidian or VS Code (Cmd modifier)

Didnt work for me initially, apparently cause the open URL query has three slashes: obsidian:///{query}. I removed one slash and it worked ok:

Screenshot 2021-10-29 at 11 34 32

PS Thanks for sharing this workflow! Very cool

macedotavares commented 2 years ago

Thanks for bringing this to my attention (and fixing it!). I'll push the fix soon.

h-jia commented 2 years ago

In my case I need to change the search filetype .markdown to .md.