karlicoss
karlicoss
It's possible to change it in settings, but might be useful to make it possible to stretch it with mouse and make site dependent?
Hypothes.is implements this really well.
E.g. example [here](https://github.com/keepassxreboot/keepassxc-browser/blob/develop/keepassxc-browser/background/browserAction.js)
Default width for this function is 79 characters, so it many headings end up trimmed. Not sure how it went unnoticed, because I believe it's the code path taken by...
Hi there! Finally got time to check out org-rifle, got a [minor issue](https://github.com/alphapapa/org-rifle/pull/41), but otherwise I really like that it displays the outline header in search result, great job! I've...
Apparently it was broken at some point? Anyway, seems like the [fix is there but will only be released in March 2019](https://bugzilla.mozilla.org/show_bug.cgi?id=1303384). So, in the meantime, you can capture via...
I found one bug though. If I make several text selections on one page, press Ctrl-Alt-Y to capture them, the selections end up concatenated without a newline character. If it's...
Should be fairly easy to implement as a page action for Firefox, I'd imagine similarly easy for Chrome; I just have to figure that out.
Currently kibitzr commits in the underying git repo first; and then notifies. So, if a notification fails (e.g. expired api key/network glitch/whatever), you will miss the change. I guess an...
GUI
Would be nice to have a support for simple GUI, e.g. a tray icon indicating connection status, country/server, button to kill VPN, etc. I might even try and do that...