You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the past few weeks, I've been following GitHub Discussions and have also submitted some feedback of my own. There are some pretty good ideas! After a bit of exploration and poking around, I've decided to start coding a new GitHub Enhancer Chromium extension to try to implement some of the submitted suggestions. This feels like a fun weekend project! 🙂
Inspired by the ZenHub Extension and other similar projects, developing an extension gives a way to easily inject JS and HTML into existing webpages (like the GitHub Issues Editor).
To begin, I found a feature request for double checkboxes and cobbled together a quick POC that accomplishes it. It was a simple matter of following the quickstart and then sideloading the POC into MS Edge for testing! 😄
What it looks like without the Chromium Extension running:
What it looks like with the Chromium Extension running:
Next Steps
Convert YouTube links to titles prefixed with tv emoji
Write a basic parser that converts markdown ➡ html.
Basic regex enough or need to build lexer/parser/AST?
Scan /isaacs/github/issues - I just found this repo earlier tonight; it's a goldmine of feedback! Any cool ideas; will work on incorporating them into this extension too! Apparently, this was the old GitHub feedback repo before Discussions was implemented. Context:
Friday
For the past few weeks, I've been following GitHub Discussions and have also submitted some feedback of my own. There are some pretty good ideas! After a bit of exploration and poking around, I've decided to start coding a new
GitHub Enhancer
Chromium extension to try to implement some of the submitted suggestions. This feels like a fun weekend project! 🙂Inspired by the ZenHub Extension and other similar projects, developing an extension gives a way to easily inject
JS
andHTML
into existing webpages (like theGitHub Issues Editor
).To begin, I found a feature request for
double checkboxes
and cobbled together a quick POC that accomplishes it. It was a simple matter of following thequickstart
and then sideloading the POC intoMS Edge
for testing! 😄Next Steps
YouTube links
totitles
prefixed withtv
emojimarkdown
➡html
.old GitHub feedback repo
beforeDiscussions
was implemented. Context:References
The text was updated successfully, but these errors were encountered: