1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-10 14:56:06 +00:00

Add "download tiddlywiki core JS" menu item to the "cloud" button.

This commit is contained in:
Cindy Ruan
2021-04-04 17:56:25 -07:00
parent 6d0bfc5747
commit fb79cd6f3f

View File

@@ -0,0 +1,8 @@
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/download-twcore
tags: $:/tags/SyncerDropdown
<$reveal state="$:/config/SaveWikiButton/Template" type="match" text="$:/core/save/offline-external-js">
<$button class="tc-btn-invisible" to="$:/language/Snippets/GetTiddlyWikiJS">
{{$:/core/images/star-filled}} Get twcore.js
</$button>
</$reveal>