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:
Jermolene
2015-03-19 10:53:45 +00:00
parent 2f8837a445
commit f2a7f00870
50 changed files with 232 additions and 86 deletions
@@ -2,5 +2,6 @@
"title": "$:/plugins/tiddlywiki/translators",
"description": "Translation editing tools",
"author": "JeremyRuston",
"core-version": ">=5.0.0",
"list": "readme"
}
+3 -1
View File
@@ -1,3 +1,5 @@
title: $:/plugins/tiddlywiki/translators/readme
This plugin exposes a new system tiddler [[$:/Translators]] that presents a user interface for creating and maintaining translations.
This plugin exposes a new system tiddler [[$:/Translators]] that presents a user interface for creating and maintaining translations. It is used to build the special [[translators edition|http://tiddlywiki.com/editions/translators]].
[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/translators]]