Love the extension but this has been bothering me ever since I installed it. Some editor buttons end up missing - and a different set is missing in different cases.
New Issue without extension:

New Issue with extension:

As you can see, on New Issue pages, the link, insert code, and a few other buttons are missing. However, they're present in the Leave a comment UI and a different set of buttons is missing there.
Add a comment without extension:

Add a comment with extension:

Why is this happening and can it be fixed?
Thanks.

Disable this option
Why is this happening and can it be fixed?
It's happening because all those buttons can be replicated via keyboard shortcuts, you don't need to press those buttons.
Thanks. Can we have a discussion about:
Add link button? (edit: typed this before seeing the answer above)New Issue and Add a comment? By the way, https://user-images.githubusercontent.com/1402241/53629083-a4fe8900-3c47-11e9-8211-bfe2d254ffcb.png, which is the image used by https://github.com/sindresorhus/refined-github/blob/master/source/features/clean-rich-text-editor.tsx, actually shows these buttons as still being there, while in fact they're removed in the New Issue UI, so I believe the real issue is it's removing the wrong buttons:

while in fact they're removed in the
New IssueUI, so I believe the real issue is it's removing the wrong buttons:
Ouch, indeed!
This is broken again.



cc @arnaudvalle
As a solution, we should drop the markdown-toolbar > :nth-last-child lines altogether and target the button specifically, like we do for md-mention and md-ref. The downside is that there will be extra spacing in some cases but that's much better than hidden _useful_ buttons.
Hello there - I'll have a look at it in the next few days
@fregante Ah well too fast for me :) Thanks for sorting it out 👍