thewordisbird / VaultLink

Obsidian plugin to link your vault to a cloud storage provider.
2 stars 0 forks source link

Dropbox sync/abstract sync class #15

Closed thewordisbird closed 3 months ago

thewordisbird commented 3 months ago

Description

abstract the methods for syncing into their own class to better control the sync flow.

The sync currently handles: Client:

Server (startup sync)

Server (active sync)

The missing actions are complex actions that could define multiple states such as a delete or a move. On startup we have to consider offline actions before syncing which hasn't been implemented.