1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-01-26 04:43:42 +00:00
Files
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

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