-
Notifications
You must be signed in to change notification settings - Fork 545
How to copy text in rtf instead of html #3155
yunionlassalle
started this conversation in
General
How to copy text in rtf instead of html
#3155
Return to top
-
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
|
You can add the following command to instruct the app to store [Command]
Command=" const clipboardFormatsToSave_ = clipboardFormatsToSave; clipboardFormatsToSave = function() { return clipboardFormatsToSave_().concat(['text/rtf']) }" IsScript=true Name=Store RTF |
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment