mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-05 19:12:27 +00:00

* Refactor server routes to modules New module type: serverroute Caveats: Loading order is not deterministic but this would only matter if two route modules attempted to use the same path regexp (that would be silly). * Add static assets plugin This plugin allows the node server to fetch static assets in the /assets directory. I felt that this was a feature that goes above the core functionality. That is why I added it as a plugin. with the modular route extensions this was a breeze. * Add serverroute description to ModuleTypes
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
{
|
|
"title": "$:/plugins/tiddlywiki/server-static-assets",
|
|
"description": "Static Server Assets",
|
|
"author": "Sukima",
|
|
"core-version": ">=5.0.0",
|
|
"list": "readme"
|
|
}
|