mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Remove "coreversion" metadata from plugins
There’s no support for it yet, so it’s confusing.
This commit is contained in:
parent
2126ce1d17
commit
8496337d30
@ -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) |
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/codemirror",
|
||||
"description": "Codemirror plugin",
|
||||
"author": "JeremyRuston",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"author": "JeremyRuston"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/markdown",
|
||||
"description": "Markdown plugin wrapping markdown-js",
|
||||
"author": "JeremyRuston",
|
||||
"coreVersion": ">=5.0.0"
|
||||
"author": "JeremyRuston"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user