Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wooldoughnut310/gistify
Chrome extension to display Copy To Gist button on code blocks.
https://github.com/wooldoughnut310/gistify
Last synced: 21 days ago
JSON representation
Chrome extension to display Copy To Gist button on code blocks.
- Host: GitHub
- URL: https://github.com/wooldoughnut310/gistify
- Owner: WoolDoughnut310
- Created: 2022-10-09T18:07:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T19:37:42.000Z (about 2 years ago)
- Last Synced: 2024-10-28T16:13:04.010Z (about 2 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gistify
Chrome extension to display Copy To Gist button on code blocks.
## Building the extension
```
npm run build
```## Loading unpacked files
Click "Load unpacked" at `chrome://extensions`.
Select the `dist` folder.