mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
10 lines
763 B
Plaintext
10 lines
763 B
Plaintext
|
chapter.of: Extended Persistence
|
||
|
created: 20140708084850294
|
||
|
modified: 20140717181245449
|
||
|
sub.num: 3
|
||
|
tags: doc
|
||
|
title: Syncadaptor
|
||
|
|
||
|
A module with ``module-type: syncadaptor`` provides functionality to get a list of tiddlers (this list is provided as ~SkinnyTiddlers, which are normal tiddlers without the text field) and to load, save and delete single tiddlers. A syncadaptor can also provide functions to login and logout so that syncadaptor modules can be used to synchronize tiddlers with a remote server.
|
||
|
|
||
|
The syncer module only uses one syncadaptor and honours a special [[system tiddler|System Tiddlers]] [[$:/config/SyncFilter]] containing a [[filter string|Tags and Filter Mechanism]]. Tiddlers matching this filter string are not synced with a syncadapter.
|