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