TiddlyWiki5/plugins/tiddlywiki/filesystem/plugin.info
Leilei332 af63a3b920
Further improvements for offloading server components (#9288)
* Move edition-info and repository to core-server

* Update readme

* Set platform to server for filesystem plugin

* Move startup/command.js
2025-09-14 11:21:42 +01:00

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"
}