mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
|
title: $:/_Macros
|
||
|
tags: $:/tags/Macro
|
||
|
|
||
|
\define download-xlsx-tiddler(title,caption)
|
||
|
<a href={{{ [[data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;base64,]addsuffix{$title$}] }}} download="$title$">$caption$</a>
|
||
|
\end
|