How to copy text in rtf instead of html #3155
yunionlassalle
started this conversation in
General
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to store a text with rtf format but instead is stored with html. How can i change this beahavior? I attached my config and is already marked the item save html and rich edit but only html is saving

Beta Was this translation helpful? Give feedback.
All reactions