-
Notifications
You must be signed in to change notification settings - Fork 19
Use net.daringfireball.markdown UTType when copying to pasteboard #196
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingcloned-issueeditorlowNice to have, minor impactNice to have, minor impact
Milestone
Description
When copying content from the editor, MacDown places it on the pasteboard as public.utf8-plain-text only. It should also include net.daringfireball.markdown as the UTType to allow receiving applications to identify the content as Markdown.
Current Behavior
- Editor copy:
public.utf8-plain-textonly - Preview copy: webarchive, RTF, HTML, plain text
Expected Behavior
Include net.daringfireball.markdown (encoded as UTF-8) when copying from the editor, improving interoperability with other Markdown-aware applications.
Cloned from: MacDownApp/macdown#1342
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcloned-issueeditorlowNice to have, minor impactNice to have, minor impact