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