mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-21 12:02:56 -08:00
* Move edition-info and repository to core-server * Update readme * Set platform to server for filesystem plugin * Move startup/command.js
8 lines
237 B
JSON
8 lines
237 B
JSON
{
|
|
"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"
|
|
}
|