DEV Community

Alpcan Aydın
Alpcan Aydın

Posted on

Introducing Emojissue 🤘

Hello everyone,

We all spend our time for searching some answers to our development problems everyday. We usually find the right answer on Github issues or Stackoverflow. On StackOverflow, we look for the green tick and thanks god it is in the just below the question. But, what about Github issues, especially very commented ones? Let me tell you what we are doing; we are starting to scroll in the page and looking for reacted comments. If the comment has one or more emoji like "👍", "🎉" and "❤️" we think that "Hmm, I can try this one". If everything is fine, we just add "👍" emoji to comment and close the page. If it is not the correct answer than we look for the next one and this process keeps going until to find a solution. It is really really boring scrolling all the page down to find reacted comments. That's exactly where Emojissue comes in.

Emojissue is a browser extension for Chrome and Firefox that lets you navigate between top five positive reacted Github issue comments easily.

Usage GIF

You just need click to the button on the bottom left corner and it will navigate you between top five ones.

Calculation for reactions are very basic. It just counts the reactions that has "👍", "🎉" and "❤️".

Installation

Please click here for Google Chrome extension and click here for Mozilla Firefox.

Source Code

You can find the source code on Github.

Conclusion

I hope you like it. You can feel free to open an issue on Github for anything.

Thanks.

Top comments (0)