chrisgrieser / shimmering-obsidian

Alfred Workflow with dozens of features for controlling your Obsidian vault.
https://alfred.app/workflows/chrisgrieser/shimmering-obsidian/
MIT License
817 stars 40 forks source link

fix: regex bug for external links #164

Closed joeyscave closed 7 months ago

joeyscave commented 7 months ago

The regex can only retrieve files under the second-level directory. I found that using recursive grep can solve this.

chrisgrieser commented 7 months ago

Thx