Turn the recipe deserialiser into a plugin in the tw2 edition

This commit is contained in:
Jeremy Ruston 2013-01-22 08:56:21 +00:00
parent ae7d1771fd
commit d91f12f30a
2 changed files with 8 additions and 1 deletions

View File

@ -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"
}

View File

@ -1,5 +1,5 @@
/*\
title: $:/core/modules/recipe.js
title: $:/plugins/tiddlywiki2/loadrecipe/recipe.js
type: application/javascript
module-type: tiddlerdeserializer