mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +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
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
{
|
|
"title": "$:/core",
|
|
"name": "Core",
|
|
"description": "TiddlyWiki5 core",
|
|
"author": "JeremyRuston",
|
|
"core-version": ">=5.0.0",
|
|
"plugin-priority": "0",
|
|
"list": "readme"
|
|
}
|