1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-07 22:21:29 +00:00
Files
TiddlyWiki5/core-server
Jeremy Ruston 3a20837c96 Fix dynamic-store save path and add tiddlerserializer module type
For tiddlers loaded from a dynamic store, compute originalpath relative
to the store directory so save-time path resolution lands at the correct
location (previously produced URL-encoded absolute-path filenames).

Add a tiddlerserializer module type mirroring tiddlerdeserializer: when
a serializer is registered for a tiddler's content type, save as a
single self-contained file with no .meta sidecar.
2026-04-14 09:45:03 +01:00
..
2026-02-20 08:38:42 +00:00
2026-02-20 08:38:42 +00:00
2026-02-20 08:38:42 +00:00
2026-02-20 08:38:42 +00: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