mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
1b41b44684
Fixes #2610
22 lines
819 B
Plaintext
22 lines
819 B
Plaintext
created: 20161015122718559
|
|
modified: 20161015122719647
|
|
tags: PluginMechanism
|
|
title: Plugin Fields
|
|
type: text/vnd.tiddlywiki
|
|
|
|
! Plugin fields
|
|
|
|
Plugins are stored as tiddlers with the following fields:
|
|
|
|
|!Field |!Description |
|
|
|title |Title of plugin |
|
|
|description |Description of plugin |
|
|
|author |Author of plugin |
|
|
|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'' |
|
|
|text |JSON encoding of the list of tiddlers comprising the plugin |
|
|
|list |Names of exposed plugin information tiddlers (see below) |
|
|
|name |Name of the theme (only for themes) |
|
|
|dependents |List of dependent plugins (currently only implemented for themes) | |