Skip to content

Latest commit

 

History

History
187 lines (158 loc) · 8.07 KB

File metadata and controls

187 lines (158 loc) · 8.07 KB

Install Source Donate Support

Notice

THIS USERSCRIPT IS SADLY DEPRECATED.

Description

Add features to enhance comments & wiki & contact page on Github and comments on Github Gist.

You can reply to issues, pull requests and inline comments by pressing the reply button on every comment.

Every comment field also got a toolbar, consisting of the following buttons:

  • Bold (ctrl+b)
  • Italic (ctrl+i)
  • Underline (ctrl+u)
  • Strikethrough (ctrl+s)
  • Headers
    • Header 1 (ctrl+1)
    • Header 2 (ctrl+2)
    • Header 3 (ctrl+3)
    • Header 4 (ctrl+4)
    • Header 5 (ctrl+5)
    • Header 6 (ctrl+6)
  • Link (ctrl+l)
  • Image (ctrl+g)
  • Unordered List (alt+ctrl+u)
  • Ordered List (alt+ctrl+o)
  • Task List (alt+ctrl+t)
  • Code (ctrl+k)
    • Syntax highlighting
  • Quote (ctrl+q)
  • Horizontal Rule (ctrl+r)
  • Table (alt+shift+t)
  • Snippets
    • Tab character
    • UserAgent
    • Contributing message
  • Emoji
  • Clear content (alt+ctrl+x)

Screenshot

Github Comment Enhancer Screenshot

Compatible

Version History

  • 2.9.0
  • 2.8.3
    • Fixed erroring on non-editor pages (fixes jerone#95);
  • 2.8.2
    • Fix working on contact page (fixes jerone#91);
  • 2.8.1
    • Emoji menu overlaps text (fixes jerone#92);
  • 2.8.0
    • Reverted commit 9bf8974 to fix the toolbar on the wiki.
    • Included fix for enabling and disabling buttons per language on wiki.
    • Also fixes non-working italic button (fixes #83).
    • Added clear button back to wiki.
    • Moved help button to the right.
    • Only execute action when button is not disabled.
    • ✨ Added dialog when inserting link or image.
    • Homepage is now link to userscript readme.
  • 2.7.0
    • Fixed Github's name completion (fixes jerone#81);
    • Restored using enter key on dropdown menus.
    • Fixed emoji text.
  • 2.6.0
    • Fixes wrong button styles in gists (fixes jerone#78);
    • Fixed modals showing below other elements;
    • Added extra button with complete list of all code syntax (closes jerone#18);
  • 2.5.1
    • Fixed showing list of all emoji (fixes jerone#75);
  • 2.5.0
    • Fixed not running everywhere (fixes jerone#66);
    • Better clear button icon;
    • Fixed comment form header on inline comments;
  • 2.4.1
    • Fixed a small bug with cached suggestions for emoji when returning to an issue/PR;
  • 2.4.0
  • 2.3.0
    • Added emoji's (fixes jerone#37);
    • Added underline button;
    • Added option to choose the character that precedes the list;
    • Added option to choose the characters that makes up a horizontal line;
    • Fixed running on GitHub Gists and inline comments on commits (fixes jerone#43);
    • Fixed linking @users on GitHub Gists (fixes jerone#13);
    • Reply in correct inline commit comment textarea (fixes jerone#14);
    • Searching snippets improved;
    • Improve table code;
    • Added missing tooltips;
    • Corrected dependency message;
  • 2.2.0
    • Fixed issues after recent layout updates (fixes jerone#43);
    • Added support for GFM task lists in replies (fixes jerone#35);
  • 2.1.0
    • Added tab character as a snippet (thnx to r-a-y, fixes jerone#41);
    • Updated toMarkdown for replies;
  • 2.0.3
    • Fixed reply button style issue after recent layout update;
    • Fix ordered list with multi-line (fixes jerone#20);
    • Small style fix with bold button in Chrome;
  • 2.0.2
    • Fix multiple reply buttons when navigating back;
    • Added native & TamperMonkey for Google Chrome compatibility (fixes jerone#11);
  • 2.0.1
    • Small bug fix with reply after another layout update from Github;
  • 2.0
  • 1.6
    • Removed floating arrow (fixes jerone#7);
    • Fixed history back;
    • Fixed buttons on Github Gist;
    • Fixed inline comments;
  • 1.5
    • Added pinned contributing message;
    • Added tooltips for all buttons;
  • 1.4
    • Included on Github Gist;
    • Fixed issue with missing trailing space when selected;
    • Added snippets (only useragent atm);
    • Added clear button;
  • 1.3
    • Navigation logic implemented;
    • Inline comment logic implemented;
    • Included on Wiki pages;
    • Fixed warnings by JSHint;
  • 1.2
  • 1.1.1
    • Fixed space being not part of selection again;
  • 1.1
    • Fixed space being not part of selection;
    • Added new line when needed;
  • 1.0
    • Initial version;

Test cases

Dependencies

Contributors

External links