mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-09 22:36:05 +00:00
Allow the save template to be specified in the message parameter
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user