Jeremy I found why my files didn't load: the code above (https://groups.google.com/d/msg/tiddlywikidev/wKqzwaMfBJw/YwJVbBjGBAAJ) works, but only if I am not using a system tiddler, as they are not loaded by Syncadapter.
The description of Syncadaptor is ambiguous (https://tiddlywiki.com/dev/#Syncadaptor): "provides functionality ... to load, save and delete single tiddlers ... honours a special system tiddler $:/config/SyncFilter containing a filter string. Tiddlers matching this filter string are not synced with a syncadapter." The reality is that it uses the *$:/config/SyncFilter* filter when saving *from* *browser to server*, but ignores all system tiddlers when syncing *from* *server to browser* (by using */recipes/default/tiddlers.json*). [image: tiddly-sync.png] *(Not a real UML, but I hope it helps understanding.)* As far as I can track back in Git history, filtering system tiddlers is intentional (and logical), but not mentioned in the documentation. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/570cad60-2bd8-473a-aa9e-71fcd0ceba2d%40googlegroups.com.
