mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
Improve plugin readmes
Now every plugin has a short, introductory readme tiddler that is shown in the online plugin library.
This commit is contained in:
parent
2f8837a445
commit
f2a7f00870
50 changed files with 232 additions and 86 deletions
|
|
@ -2,5 +2,6 @@
|
|||
"title": "$:/plugins/tiddlywiki/pluginlibrary",
|
||||
"description": "Plugin library builder",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0"
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
|
|
|||
5
plugins/tiddlywiki/pluginlibrary/readme.tid
Normal file
5
plugins/tiddlywiki/pluginlibrary/readme.tid
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
title: $:/plugins/tiddlywiki/pluginlibrary/readme
|
||||
|
||||
This plugin is used behind the scenes by TiddlyWiki to build the plugin library.
|
||||
|
||||
[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/pluginlibrary]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue