mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-01-26 04:43:42 +00:00
* Move edition-info and repository to core-server * Update readme * Set platform to server for filesystem plugin * Move startup/command.js
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
{
|
|
"title": "$:/plugins/tiddlywiki/filesystem",
|
|
"name": "Filesystem",
|
|
"description": "Synchronize changes from the node.js server to the local filesystem",
|
|
"list": "readme",
|
|
"platform": "server",
|
|
"stability": "STABILITY_2_STABLE"
|
|
}
|