diff --git a/rabbithole/core/modules/macros/serialize.js b/rabbithole/core/modules/macros/serialize.js new file mode 100644 index 000000000..4633d5e78 --- /dev/null +++ b/rabbithole/core/modules/macros/serialize.js @@ -0,0 +1,23 @@ +/*\ +title: $:/core/modules/macros/serialize.js +type: application/javascript +module-type: macro + +\*/ +(function(){ + +/*jslint node: true, browser: true */ +/*global $tw: false */ +"use strict"; + +exports.info = { + name: "serialize", + params: {} +}; + +exports.executeMacro = function() { + return []; +}; + + +})(); diff --git a/rabbithole/core/tiddlywiki5.template.html b/rabbithole/core/tiddlywiki5.template.html.tid similarity index 92% rename from rabbithole/core/tiddlywiki5.template.html rename to rabbithole/core/tiddlywiki5.template.html.tid index fc944da7f..c71dbadec 100644 --- a/rabbithole/core/tiddlywiki5.template.html +++ b/rabbithole/core/tiddlywiki5.template.html.tid @@ -1,3 +1,6 @@ +title: $:/core/tiddlywiki5.template.html +type: text/x-tiddlywiki-html + < -