karlicoss

Results 351 comments of karlicoss

Thanks for reporting! It actually happens sometimes for me in firefox as well, I've tried reproducing for a while, but seems very random unfortunately

ooh @yoyurec great one, it flickers for me as well, so 100% reproducible at least I had a quick look at the extension console, and no obvious errors, so will...

Hey, not sure, never tried doom config! I guess you could `docker exec -it` on the container, run the commands you mentioned manually and then restart the container to see...

@fredrik BTW, if you scroll down at chrome://extensions tab, you can configure keyboard shortcuts. I've just set `Ctrl-D` to Pinboard Plus, so I can quickly add bookmarks via Ctrl-D +...

Thanks for a very comprehensive answer! Follow mode works, I'll also take a look at multi source helm suggestion, that makes a lot of sense.

Yeah, and I don't have an OSX around to figure it out. Perhaps you could help? Judging by [this](https://www.launchd.info/), the minimal script to run it would be: ``` Label com.github.karlicoss.grasp...

Thanks, would be great & welcome!

Good catch @petr-tik ! I've totally forgotten about it, so it's gonna require both changes in extension to support [getRangeAt](https://developer.mozilla.org/en-US/docs/Web/API/Selection/getRangeAt) and also changes in the backend script to split selection...

Yep, you're right about iterating, but extension doesn't know anything about BEGIN_QUOTE/END_QUOTE; this is handled by backend based on the template. (e.g. I don't use begin_quote/end_quote).

Discussed with @petr-tik and it seems that it'd be reasonable to pass multiple selections (as an array) from the extension and accept proper f-string as a template; that way it'd...