mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-22 22:10:03 +00:00
Turn the recipe deserialiser into a plugin in the tw2 edition
This commit is contained in:
parent
ae7d1771fd
commit
d91f12f30a
7
editions/tw2/plugins/loadrecipe/plugin.bundle
Normal file
7
editions/tw2/plugins/loadrecipe/plugin.bundle
Normal 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"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/recipe.js
|
||||
title: $:/plugins/tiddlywiki2/loadrecipe/recipe.js
|
||||
type: application/javascript
|
||||
module-type: tiddlerdeserializer
|
||||
|
Loading…
x
Reference in New Issue
Block a user