Jelmer van Arnhem
Jelmer van Arnhem
This looks like a nice new option, but I wonder if it would really require a separate command for multiple vs single file selection? Is there a case I need...
Would it also make sense to indeed give Vieb two separate settings, but make the multiple file selector command by default redirect to the single file command setting? So that...
I briefly looked into implementing this, but apparently it's not possible at this time, see: - https://github.com/electron/electron/issues/749 - https://github.com/electron/electron/issues/32671
Would be nice, but it's [not currently possible](https://github.com/electron/electron/issues/33899).
I like this idea, it seems much more closer to Vim to use marks for positions on the page, instead of using them for (previously proposed) bookmarks/"quickmarks. Though about these...
Now released as 9.0.0!
What would be the "order" of links on the page? The height and optionally the width? The order of the characters you need to press? Order inside the DOM? Something...
I don't mind making this an option, but it requires #141 to be implemented.
Vieb has most of it's code in `app/renderer`, files of interest for this issue are: - `actions.js` all functions will be exposed as an action inside Vieb (if exported at...
I don't think this is specifically a Vieb issue, do you have the same problem with other electron based apps? I can see a bunch of issues in the Electron...