mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-08 22:06:05 +00:00
Start making themes switchable
Separately switch in ordinary plugins and themes. Change the convention for plugin information to use dashes rather than camel case.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
"description": "File system synchronisation",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
@@ -3,5 +3,5 @@
|
||||
"description": "Adds support for HTML5 full screen mode",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
@@ -3,5 +3,5 @@
|
||||
"description": "Jasmine test framework plugin for TiddlyWiki5",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
@@ -3,5 +3,5 @@
|
||||
"description": "Loads tiddlers from an old-style TiddlyWiki 2.x.x recipe file",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
@@ -3,5 +3,5 @@
|
||||
"description": "Strips //# comments from JavaScript source",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
@@ -3,5 +3,5 @@
|
||||
"description": "Support for saving changes to Tahoe-LAFS",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
@@ -3,5 +3,5 @@
|
||||
"description": "TiddlyWeb and TiddlySpace components",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user