tab-copy icon indicating copy to clipboard operation
tab-copy copied to clipboard

Customize plain-text separate from html

Open mfulton26 opened this issue 4 years ago • 0 comments

I love the "Link" format… well, except for when I'm pasting to somewhere that doesn't support rich text. Is there a way to make "Link" fallback to "Markdown" for plain text?

e.g.

instead of

public.html:<meta charset='utf-8'><a href="https://www.google.com/">Google</a>
public.utf8-plain-text:Google

I want

public.html:<meta charset='utf-8'><a href="https://www.google.com/">Google</a>
public.utf8-plain-text:[Google](https://www.google.com/)

that when we I paste into apps like Notion, GitHub, etc. that support Markdown it will get linkified, etc.

thanks!

mfulton26 avatar Aug 02 '21 20:08 mfulton26