Adam Sherwood
Adam Sherwood
Latest version of that plugin is 11.6.0, and it would be good to get up-to-date so the new types will render in the Reveal.js interface. They are rendering in Obsidian,...
Unfortunately, it does seem completely abandoned, which is a shame because it was such a promising project. If you look at the creators profile, you'll find they haven't touched much...
@wunder-one this error comes when checking `!existsSync(dbPath)` where `dbPath` is constructed [here](https://github.com/theherk/extensions/blob/954350e72a639f9b130918e6e4445b7d0c247340/extensions/zen-browser/src/util/index.ts#L29-L32). So it is looking in ~/Library/Application Support/zen/Profiles/ followed by either a profile directory ending in ".Default (alpha)" or...
Seems the default profile name may have changed. Let's verify that first, before we consider updating the default attribute. Can you try setting `Profile Directory Suffix` property in the extension's...
Interesting, that sounds suspiciously like #16280 which I just fixed a few days back. I don't actually no how extensions update (if immediate or not). Any chance you can uninstall...
Interesting. Can you attempt to run: ``` osascript -e ' tell application "Zen Browser" activate repeat while not frontmost delay 0.1 end repeat tell application "System Events" keystroke "t" using...
You can check out [This guide; Contribute to an Extension](https://developers.raycast.com/basics/contribute-to-an-extension). Basically clone the repository, cd to extensions/zen-browser, do an `npm i` and `npx @raycast/api@latest dev`. And if you get a...
> Sorry I didn't see these updates sooner. Could this be because zen browser recently moved into beta and the profile folder new ends in `.Default (beta)` instead of `.Default...
Sounds like good plans but the latter seems the best if you pick just one. Thank you.
Sounds good, @yuekui. Glad to hear it. I still think providing empty strings in lieu of not providing a value when the desired intent is no value, is an odd...