Refined-github: Enhance "Press R to quote" with markdown

Created on 18 Mar 2018  路  4Comments  路  Source: sindresorhus/refined-github

For those who didn't know, pressing r will quote the selected text into the comment box. This is a native GitHub feature. Sadly this just quotes plain text and discards any style.

We could override the default hotkey with our GitHub-optimized DOM-to-Markdown converter.

Context:

enhancement help wanted

Most helpful comment

GitHub did it.

All 4 comments

Yes, let's do it. That's a much better way to take advantage of our DOM-MD thing.

GitHub did it.

GitHub did it.

Also, good thing GitHub made the feature available also through a "Quote reply" entry to the ... hamburger menu of issues/comments. It makes the feature 1. more discoverable, and 2. usable (with two clicks) for Vimium users for who r is bound to reloading the page 馃檪.

Was this page helpful?
0 / 5 - 0 ratings