mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 11:53:26 -08:00
Allow the save template to be specified in the message parameter
This commit is contained in:
parent
4c1f818094
commit
e0765ec700
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ exports.startup = function() {
|
|||
$tw.wiki.initSavers();
|
||||
document.addEventListener("tw-save-wiki",function(event) {
|
||||
$tw.wiki.saveWiki({
|
||||
template: "$:/core/templates/tiddlywiki5.template.html",
|
||||
template: event.param,
|
||||
downloadType: "text/plain"
|
||||
});
|
||||
},false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue