Merge tw2 related plugins and templates

Now all the plugins and templates needed are in the plugin
`tiddlywiki/classictools`
This commit is contained in:
Jeremy Ruston 2013-08-04 22:06:36 +01:00
parent be7cc67ab6
commit c54faeecd8
10 changed files with 10 additions and 18 deletions

View File

@ -1,6 +1,5 @@
{
"plugins": [
"tiddlywiki/loadrecipe",
"tiddlywiki/stripcomments"
"tiddlywiki/classictools"
]
}

View File

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

View File

@ -1,5 +1,5 @@
/*\
title: $:/plugins/tiddlywiki2/stripcomments/stripcomments.js
title: $:/plugins/tiddlywiki/classictools/stripcomments.js
type: application/javascript
module-type: fieldviewer

View File

@ -0,0 +1,7 @@
{
"title": "$:/plugins/tiddlywiki/classictools",
"description": "Tools for working with classic TiddlyWiki documents",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}

View File

@ -1,7 +0,0 @@
{
"title": "$:/plugins/tiddlywiki2/loadrecipe",
"description": "Loads tiddlers from an old-style TiddlyWiki 2.x.x recipe file",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}

View File

@ -1,7 +0,0 @@
{
"title": "$:/plugins/tiddlywiki2/stripcomments",
"description": "Strips //# comments from JavaScript source",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}