2021-09-12 10:48:17 +01:00
|
|
|
title: $:/core/ui/ExportTiddlyWikiCore
|
|
|
|
|
|
|
|
\define jsFileName() tiddlywikicore-$(version)$.js
|
2022-04-05 11:48:07 -04:00
|
|
|
\rules except wikilink
|
|
|
|
\whitespace trim
|
2021-09-12 10:48:17 +01:00
|
|
|
|
|
|
|
''For advanced users''
|
|
|
|
|
2022-04-05 11:48:07 -04:00
|
|
|
Export the TiddlyWiki core JavaScript code for running with external JavaScript:
|
2021-09-12 10:48:17 +01:00
|
|
|
|
2022-04-05 11:48:07 -04:00
|
|
|
<$button
|
|
|
|
tooltip="Export the TiddlyWiki core code for running with external JavaScript"
|
|
|
|
aria-label="export TiddlyWiki core"
|
|
|
|
class="tc-btn-big-green">
|
2023-01-19 08:52:12 -08:00
|
|
|
<$action-sendmessage $message='tm-download-file' $param='$:/core/templates/tiddlywiki5.js' filename=<<jsFileName>>/>
|
2022-04-05 11:48:07 -04:00
|
|
|
{{$:/core/images/download-button}}
|
2023-01-19 08:52:12 -08:00
|
|
|
<span class="tc-tiny-gap-left">
|
2022-04-05 11:48:07 -04:00
|
|
|
Download TiddlyWiki core
|
2023-01-19 08:52:12 -08:00
|
|
|
</span>
|
2021-09-12 10:48:17 +01:00
|
|
|
</$button>
|
|
|
|
|
|
|
|
[[Further information|https://tiddlywiki.com/#Using%20the%20external%20JavaScript%20template]]
|