mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +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
|