gifs-for-github icon indicating copy to clipboard operation
gifs-for-github copied to clipboard

Repository for the GIFs for GitHub Chrome & Firefox Extension

Results 15 gifs-for-github issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for a great add on! I'm not sure when, or if it's just me, but recently the "GIF" button has only been appearing on the...

bug

Perhaps a bit out of scope, given the extension name. Would you consider also adding GitLab support?

![](https://media2.giphy.com/media/l0HlEQjGVahLaNYYg/giphy.gif)

Problem encountered with version **24.1.16** (latest at time of issue). ## Problem (this image inspector shows elements in the toolbar, and then the final `` element is what this addon...

bug

When trying to add a gif to a PR review, the following is rendered: Initial state: ![image](https://github.com/N1ck/gifs-for-github/assets/44643697/be01cfe3-13ac-4245-ac1f-70afbb0eefd2) After clicking GIF button: ![image](https://github.com/N1ck/gifs-for-github/assets/44643697/1c8900b0-add3-41c7-9dac-0ee56221c832) Browser version: Version 120.0.6099.199 (Official Build) (arm64) Extension...

bug

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Addresses: https://github.com/N1ck/gifs-for-github/issues/62 Example output: ``` do it ``` Rendered output: do it

## Description Related to #57. Add other GIF providers, currently only supports Giphy. This PR adds the option to switch between GIF providers. ## Screenshots: ![using tenor](https://user-images.githubusercontent.com/21212048/220209106-5fdbecf6-de7b-4918-a6da-3ddd55dcf8f5.png) ![using giphy](https://user-images.githubusercontent.com/21212048/220209118-81c4669b-3940-4ef3-af6a-ebe62b40afac.png)

This should just be a matter of editing gif output to something like: ``` make it so ``` Ideally, the summary would include, by default, what the user input into...

enhancement