From d91f12f30ac276edbcafa726d4b7bab116ffe50a Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 22 Jan 2013 08:56:21 +0000 Subject: [PATCH] Turn the recipe deserialiser into a plugin in the tw2 edition --- editions/tw2/plugins/loadrecipe/plugin.bundle | 7 +++++++ .../modules => editions/tw2/plugins/loadrecipe}/recipe.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 editions/tw2/plugins/loadrecipe/plugin.bundle rename {core/modules => editions/tw2/plugins/loadrecipe}/recipe.js (97%) diff --git a/editions/tw2/plugins/loadrecipe/plugin.bundle b/editions/tw2/plugins/loadrecipe/plugin.bundle new file mode 100644 index 000000000..a474c9e64 --- /dev/null +++ b/editions/tw2/plugins/loadrecipe/plugin.bundle @@ -0,0 +1,7 @@ +{ + "title": "$:/plugins/tiddlywiki2/loadrecipe", + "description": "Loads tiddlers from an old-style TiddlyWiki 2.x.x recipe file", + "author": "JeremyRuston", + "version": "0.0.0", + "coreVersion": ">=5.0.0" +} diff --git a/core/modules/recipe.js b/editions/tw2/plugins/loadrecipe/recipe.js similarity index 97% rename from core/modules/recipe.js rename to editions/tw2/plugins/loadrecipe/recipe.js index 1867544fb..3a4daecb1 100644 --- a/core/modules/recipe.js +++ b/editions/tw2/plugins/loadrecipe/recipe.js @@ -1,5 +1,5 @@ /*\ -title: $:/core/modules/recipe.js +title: $:/plugins/tiddlywiki2/loadrecipe/recipe.js type: application/javascript module-type: tiddlerdeserializer