kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Allow the save template to be specified in the message parameter
rodzic
4c1f818094
commit
e0765ec700
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue