mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-08 09:48:05 +00: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:
@@ -3,5 +3,5 @@
|
||||
"description": "Browser sniffing",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
"list": "readme usage"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
title: $:/plugins/tiddlywiki/browser-sniff/readme
|
||||
|
||||
This plugin adds a number of `$:/info/` tiddlers containing information about the current browser.
|
||||
title: $:/plugins/tiddlywiki/browser-sniff/usage
|
||||
|
||||
! Information Tiddlers
|
||||
|
||||
The following informational tiddlers are created at startup:
|
||||
|
||||
|!Title |!Description |
|
||||
|[[$:/info/browser/is/android]] |Running on Android? ("yes" or "no") |
|
||||
|[[$:/info/browser/is/bada]] |Running on Bada? ("yes" or "no") |
|
||||
Reference in New Issue
Block a user