Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.09 KB

Gitphy

Easily search for and insert gifs into Github pull requests and issues.

Development

  1. Install Node 14.4.x.
  2. Run npm install.
  3. Run npm run build-watch which will watch for and automatically rebuild on change.
  4. Load the unpacked extension into Firefox or Chrome
    • Firefox: Follow the instructions here. Go to about:debugging, click Load Temporary Add-on, then select the manifest.json inside the dist folder.
    • Chrome: Follow the instructions here. Go to chrome://extensions, click Load unpacked, then select the dist folder.
  5. Make it amazing!
  6. Submit a pull request!

Building

  1. Follow steps 1 and 2 in the above development section.
  2. Run npm run build-clean.
  3. Find extension built in the dist folder.

TODO

  • Add toolbar button to insert markdown template
  • Consider supporting other sites
    • Atlassian (JIRA/Bitbucket/Confluence)
    • Gitlab