github-url-detection icon indicating copy to clipboard operation
github-url-detection copied to clipboard

`hasRenderedText` (markdown etc)

Open fregante opened this issue 3 years ago • 0 comments

export const isRenderedTextFile = isSingleFile && endsWith(md)
export const hasRenderedText = isRepoRoot || isRenderedTextFile || etc

These shouldn't include SVG and other rendered content

Partially implemented in https://github.com/refined-github/refined-github/pull/4151/files#diff-a1b04b00ad1bdc63f8898dfbf43b2faf61ae3be4f50182d5a144d3e7f0dc7c29R14

fregante avatar Aug 05 '22 19:08 fregante