1
0
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:
Jeremy Ruston
2013-04-28 22:52:26 +01:00
parent 3b8354d1e1
commit 17cfd57390
11 changed files with 24 additions and 22 deletions

View File

@@ -3,5 +3,5 @@
"description": "File system synchronisation",
"author": "JeremyRuston",
"version": "0.0.0",
"coreVersion": ">=5.0.0"
"core-version": ">=5.0.0"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -3,5 +3,5 @@
"description": "TiddlyWeb and TiddlySpace components",
"author": "JeremyRuston",
"version": "0.0.0",
"coreVersion": ">=5.0.0"
"core-version": ">=5.0.0"
}