PalmerAL
PalmerAL
Not really - still the same problems as before. Adding extension support (and then maintaining it and fixing compatibility issues with extensions) is a massive amount of work; Electron has...
For dark reader specifically, there's a userscript you can install that does something similar: https://github.com/PalmerAL/min-dark-mode-userscript
We have some code to implement a prompt dialog for the password manager already; we might be able to reuse that to reimplement the prompt() method, although I'm not sure...
> When sessionRestore.js saves to the user path, tracking that this task file also needs to be resaved as well. (or save it on program exit) The way I was...
What kinds of things would you do with the task file outside the browser? I think the main part I'm stuck on is that the sessionRestore format isn't particularly human-readable...
I guess if the browser did have a text editor built in, you could sort of combine these together if you had an option to "link" a task and a...
The sharing use case sounds interesting. It does sort of open a different question though - is this just a hacky workaround for a lack of cloud sync? In other...
I'll take a look when I get time, probably this weekend! Yeah that function seems wrong, I'm thinking it should be something like: ``` if (window) { window.webContents.send } else...
Sorry for taking so long with this; I've been really busy with other things the past few weeks, and I'm still not really sure what to do with this. I...