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

Bug report/technical issue, folder browsing not working correctly due to output caching #176

Closed Hekate1 closed 3 months ago

Hekate1 commented 3 months ago

Checklist

Feature Requested

Not a feature request but no other options available. I am running into issues where folder browsing doesn't work correctly, nothing happens when a folder is selected. I have determined that the issue is the caching of the output of o_search.js. If the output is not cached (by removing the cache item at the end of o_search.js), folder browsing works (though this obviously slows things down in the cases that caching would be effective).

I am not sure whether there is something specific to my setup that causes the output caching to break things. Using version 4.7.1

Alternatives considered

N/A

Relevant Screenshot

No response

chrisgrieser commented 3 months ago

ah, wasn't aware that Alfred's caching mechanism had that effect. Thanks, fixed with latest release. https://github.com/chrisgrieser/shimmering-obsidian/releases/download/4.7.2/shimmering-obsidian.alfredworkflow

chrisgrieser commented 3 months ago

bug report form had a bug, also fixed