Tom
Tom
> I formatted my PC recently, so my registry is clean, I didn't install the original Notion exe. All I can think of is that the Notion installer leaves some...
@jrykner the notion-enhancer RTL is known to be broken in the enhancer for other reasons as well, you can track the issue here: https://github.com/notion-enhancer/desktop/issues/589 an update that includes a fix...
p.s. this is fixed in https://github.com/notion-enhancer/repo/blob/dev/right-to-left/client.mjs
@Fahme I can create a PR if you want, but it would nearly be a complete rewrite vs. what's currently in this repo - what I've made depends on some...
FYI the notion-enhancer is now available on the Firefox Add-on store and the Chrome Webstore: https://notion-enhancer.github.io/getting-started/installation
p.s. this is fixed in https://github.com/notion-enhancer/repo/blob/dev/right-to-left/client.mjs
> The renderAsync hook shouldn't run after page rendering, it should "surrounding" page rending. Wouldn't that then interfere with thread local state if the async hooks are started before the...
I've adjusted the code to work in the order you've suggested, and I've included a (temporary) demo in `tests/fixture_plugin/options.ts` to demonstrate it: ```ts let renderCount = 0; const threadLocalStateTest: Plugin...
The executable is created by https://www.electron.build/, so this is probably a default from them. Does this only happen with the Linux builds, or with the Mac builds also? I wouldn't...
Gotcha, that makes sense. Over the coming months Notion and the notion-enhancer will hopefully be updating to newer versions of Electron, but for the time being, we are limited by...