mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Merge tw2 related plugins and templates
Now all the plugins and templates needed are in the plugin `tiddlywiki/classictools`
This commit is contained in:
parent
be7cc67ab6
commit
c54faeecd8
@ -1,6 +1,5 @@
|
||||
{
|
||||
"plugins": [
|
||||
"tiddlywiki/loadrecipe",
|
||||
"tiddlywiki/stripcomments"
|
||||
"tiddlywiki/classictools"
|
||||
]
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/plugins/tiddlywiki2/loadrecipe/recipe.js
|
||||
title: $:/plugins/tiddlywiki/classictools/recipe.js
|
||||
type: application/javascript
|
||||
module-type: tiddlerdeserializer
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/plugins/tiddlywiki2/stripcomments/stripcomments.js
|
||||
title: $:/plugins/tiddlywiki/classictools/stripcomments.js
|
||||
type: application/javascript
|
||||
module-type: fieldviewer
|
||||
|
7
plugins/tiddlywiki/classictools/plugin.info
Normal file
7
plugins/tiddlywiki/classictools/plugin.info
Normal 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"
|
||||
}
|
@ -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"
|
||||
}
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user