IBBoard

Results 189 comments of IBBoard

This will need @CodedOre to think about how to do it in the LibHandy redesign, though 🙂

> Alright, I have done some quick research, and it seems like this could (maybe) be done with XDG-MIME. > > It would require to expand the Desktop-File, (maybe) set...

I'm never entirely convinced by the "spy on the clipboard" approach. I think I've seen comments about it not working in some contexts (Wayland again?) and apparently [it's a bad...

> And I wouldn't intent to constantly scan the clipboard, only one scan when Cawbird was unfocused and get that focus back (since this would be the point where the...

So that we've got it for reference (because I've been poking around this bit for other reasons) it looks like `Cawbird.vala` `command_line()` is where we need to catch this. after...

Yeah, the search wouldn't be a replacement. Should it be the only way that people can do it from the GUI if they have the "check the clipboard" functionality disabled?...

We probably can't do Ctrl+V *everywhere* because we risk clashing with people trying to paste tweet URLs into DMs etc. But [CodedOre's mockup](https://github.com/IBBoard/cawbird/issues/245#issuecomment-748242134) assumes that we can check the clipboard...

> > We probably can't do Ctrl+V _everywhere_ because we risk clashing with people trying to paste tweet URLs into DMs etc. > > The intent was for it to...

Do we need a popup if the user has pasted? That seems like a fairly clear request from the user to "do something" with the URL (unlike switching back to...

> Maybe to avoid problems of copied links from cawbird tripping up the clipboard monitor, maybe an extra bit of text can append the copied url, so cawbird knows not...