mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-02 22:54:07 +00:00
Use plainText name
This commit is contained in:
parent
cf36ab5fb8
commit
79c326b1c1
@ -78,7 +78,7 @@ exports.startup = function() {
|
||||
$tw.utils.copyToClipboard(event.param,{
|
||||
successNotification: event.paramObject && event.paramObject.successNotification,
|
||||
failureNotification: event.paramObject && event.paramObject.failureNotification,
|
||||
plainText: event.paramObject && event.paramObject.plain
|
||||
plainText: event.paramObject && event.paramObject.plainText
|
||||
},event.paramObject.type);
|
||||
});
|
||||
// Install the tm-focus-selector message
|
||||
|
@ -5,7 +5,7 @@ tags: $:/tags/Macro
|
||||
|
||||
\procedure copy-to-clipboard(src,class:"tc-btn-invisible",style,type:"text/plain",plain)
|
||||
\procedure copy-to-clipboard-actions()
|
||||
<$action-sendmessage $message="tm-copy-to-clipboard" $param=<<src>> type=<<type>> plain=<<plain>>/>
|
||||
<$action-sendmessage $message="tm-copy-to-clipboard" $param=<<src>> type=<<type>> plainText=<<plain>>/>
|
||||
\end copy-to-clipboard-actions
|
||||
<$button actions=<<copy-to-clipboard-actions>>
|
||||
class=<<class>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user