1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Update PluginMechanism.tid (#2574)

Added link to sematic versioning
This commit is contained in:
Daniel Rodríguez Rivero 2016-09-06 15:53:38 +02:00 committed by Jeremy Ruston
parent 06b7de415c
commit 975bc30079

View File

@ -28,7 +28,7 @@ Plugins are stored as tiddlers with the following fields:
|title |Title of plugin |
|description |Description of plugin |
|author |Author of plugin |
|version |Version string (must conform to SemanticVersioning convention) |
|version |Version string (must conform to [ext[SemanticVersioning|http://semver.org/]] convention) |
|source |Source URL of plugin |
|type |Must be ''application/json'' |
|plugin-type |Can be ''plugin'' (default), ''language'' or ''theme'' |