mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-11 18:50:28 +00:00
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
code-body: yes
|
|
tags: $:/tags/Macro
|
|
title: $:/editions/multiwikidocs/doc-macros
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\procedure .copy-code-to-clipboard(text)
|
|
<div>
|
|
<$transclude $variable="copy-to-clipboard-above-right" src=<<text>>/>
|
|
<$codeblock code=<<text>>/>
|
|
</div>
|
|
\end .copy-code-to-clipboard
|