chrisgrieser/shimmering-obsidian

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

Closed this issue · 2 comments

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

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

bug report form had a bug, also fixed