An open API service indexing awesome lists of open source software.

https://github.com/diffplug/gitcasso

Syntax highlighting for the GitHub issue/pr editor. Also, never lose a draft comment again!
https://github.com/diffplug/gitcasso

Last synced: 4 days ago
JSON representation

Syntax highlighting for the GitHub issue/pr editor. Also, never lose a draft comment again!

Awesome Lists containing this project

README

          

# Gitcasso

*Syntax highlighting and autosave for comments on GitHub (and other markdown-friendly websites).*

- "Syntax highlighting is the lie that enables us to see the truth."
- "The meaning of life is to find your lost comment drafts. The purpose of life is to post them."

## Install

- [Chrome Web Store](https://chromewebstore.google.com/detail/gitcasso/pcmhndeklkimmcbklmbikdooghkmilpf)
- [Microsoft Edge Add-on](https://microsoftedge.microsoft.com/addons/detail/gitcasso/agldcmiblfnebkjielmgcipekjhejihp)

## Screenshots

![screenshot of syntax highlighting in the edit pane of a GitHub issue](.github/screenshot-syntax.png)

![screenshot of the draft history popup](.github/screenshot-popup.png)

## Contributing

If there's something you'd like to add or fix, see [CONTRIBUTING.md](CONTRIBUTING.md).

Special thanks to:
- [overtype](https://overtype.dev/) for doing `textarea` syntax highlighting of `md`
- [highlight.js](https://highlightjs.org/) for the broad library of syntax highlighters
- [Yukai Huang](https://github.com/Yukaii) for [the PRs](https://github.com/panphora/overtype/issues?q=is%3Apr+author%3AYukaii) which made the two work together