TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
8.09k stars 1.19k forks source link

adaptorInfo and tiddlerInfo is only for TiddlyWeb? #3938

Closed linonetwo closed 5 years ago

linonetwo commented 5 years ago

https://github.com/Jermolene/TiddlyWiki5/blob/07198b9cda12da82fc66dcf0589d6a9caab1cdf6/core/modules/syncer.js#L494-L508

How can I use these fields?

Jermolene commented 5 years ago

Hi @linonetwo tiddlerInfo is the state information stored by the syncer for each tiddler. It includes the adaptorInfo property which contains whatever the adaptor needs to store as state for each tiddler.