TiddlyWiki5/core-server
KiXaM_刻む a40ce29451
Add an option to enable CORS (#9277)
* Add an option to disable CORS

* change 'disable' with 'enable' CORS, because that is what this option actually does

* add a change note

* typo
2026-01-25 17:04:16 +01:00
..
commands [v5.4.0] Offload server components from browser builds of TiddlyWiki (#9183) 2025-09-12 15:21:34 +01:00
server Add an option to enable CORS (#9277) 2026-01-25 17:04:16 +01:00
startup Further improvements for offloading server components (#9288) 2025-09-14 11:21:42 +01:00
utils Split escapecss into two platforms (#9475) 2026-01-20 12:13:48 +01:00
commander.js Add support for commands and startups which return promises (#9103) 2025-10-09 16:06:03 +01:00
filesystem.js [v5.4.0] Offload server components from browser builds of TiddlyWiki (#9183) 2025-09-12 15:21:34 +01:00
plugin.info [v5.4.0] Offload server components from browser builds of TiddlyWiki (#9183) 2025-09-12 15:21:34 +01:00
readme.tid Further improvements for offloading server components (#9288) 2025-09-14 11:21:42 +01:00

title: $:/core-server/readme

This plugin contains TiddlyWiki's core components that are only needed on the server, comprising:

* Commands
* HTTP server code
* Utility functions for server