Replies: 1 comment 1 reply
-
@linonetwo the limitation of a single sync adaptor isn't too restrictive in practice, because there's nothing that is special about a syncadaptor that cannot be achieved with a regular startup module that implements its own synchronisation logic. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the TiddlyWiki sync architecture I'm using, which involves CustomSyncMechanism like "Background task on android app" and "Git-Sync And Github-Desktop".
To make Tiddlywiki Local-First, I found Sync Adaptor can only be configured to save changes to the FileSystem/SqliteDB/IndexedDB. But we still want to sync to another computer or device or cloud server, so a 3rd-party sync mechanism needs to be introduced.
Beta Was this translation helpful? Give feedback.
All reactions