kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Turn the recipe deserialiser into a plugin in the tw2 edition
rodzic
ae7d1771fd
commit
d91f12f30a
|
@ -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
|
type: application/javascript
|
||||||
module-type: tiddlerdeserializer
|
module-type: tiddlerdeserializer
|
||||||
|
|
Ładowanie…
Reference in New Issue