mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +00:00
59fd557067
* Adds a name to the core plugin * Make plugin listings consistently show "name: description" * Make plugin listings consistently sort by title (thus grouping publishers) * Add a missing plugin name See discussion here: https://github.com/Jermolene/TiddlyWiki5/pull/4508#issuecomment-609671970
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
{
|
|
"title": "$:/plugins/tiddlywiki/dynannotate",
|
|
"name": "Dynannotate",
|
|
"description": "Dynamic content annotation",
|
|
"author": "JeremyRuston",
|
|
"core-version": ">=5.0.0",
|
|
"version": "0.0.6-prerelease",
|
|
"list": "readme examples history",
|
|
"dependents": ["$:/plugins/tiddlywiki/dynaview"]
|
|
}
|