Remove "coreversion" metadata from plugins

There’s no support for it yet, so it’s confusing.
print-window-tiddler
Jermolene 2013-12-14 09:49:39 +00:00
rodzic 2126ce1d17
commit 8496337d30
4 zmienionych plików z 4 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
created: 20130826122000000
modified: 20131214094401992
modified: 20131214094840608
tags: mechanism
title: PluginMechanism
type: text/vnd.tiddlywiki
@ -30,7 +30,6 @@ Plugins are stored as tiddlers with the following fields:
|version |Version string (must conform to SemanticVersioning convention) |
|source |Source URL of plugin |
|type |Must be ''application/json'' |
|core-version |Optional minimum compatible core version |
|plugin-type |Can be ''plugin'' (default) or ''theme'' |
|text |JSON encoding of the list of tiddlers comprising the plugin |
|dependents |List of dependent plugins (currently only implemented for themes) |

Wyświetl plik

@ -1,6 +1,5 @@
{
"title": "$:/plugins/tiddlywiki/codemirror",
"description": "Codemirror plugin",
"author": "JeremyRuston",
"coreVersion": ">=5.0.0"
"author": "JeremyRuston"
}

Wyświetl plik

@ -1,6 +1,5 @@
{
"title": "$:/plugins/tiddlywiki/github-fork-ribbon",
"description": "Codemirror plugin",
"author": "Simon Whitaker, adapted for TiddlyWiki by JeremyRuston",
"coreVersion": ">=5.0.0"
"author": "Simon Whitaker, adapted for TiddlyWiki by JeremyRuston"
}

Wyświetl plik

@ -1,6 +1,5 @@
{
"title": "$:/plugins/tiddlywiki/markdown",
"description": "Markdown plugin wrapping markdown-js",
"author": "JeremyRuston",
"coreVersion": ">=5.0.0"
"author": "JeremyRuston"
}