mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-03 00:52:59 +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:
@@ -2,5 +2,6 @@
|
||||
"title": "$:/plugins/tiddlywiki/filesystem",
|
||||
"description": "Local filesystem syncadaptor",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0"
|
||||
"core-version": ">=5.0.0",
|
||||
"list": "readme"
|
||||
}
|
||||
|
||||
5
plugins/tiddlywiki/filesystem/readme.tid
Normal file
5
plugins/tiddlywiki/filesystem/readme.tid
Normal file
@@ -0,0 +1,5 @@
|
||||
title: $:/plugins/tiddlywiki/filesystem/readme
|
||||
|
||||
The filesystem plugin is used under Node.js to synchronise tiddler changes back to the file system. It is inert when used in the browser.
|
||||
|
||||
[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/filesystem]]
|
||||
Reference in New Issue
Block a user