obsidian-gdrive-sync

sync notes across devices in Obsidian via Google Drive

Stars
438
Committers
3

Bot releases are hidden (Show)

obsidian-gdrive-sync - v0.9.9-beta-8: revamped sync process

Published by stravo1 5 months ago

BREAKING: completely revamped the sync process
Issues addressed (hopefully):

  • syncing and updating content itself triggered another sync leading to infinite loop
  • situations where more recent code was being replaced by old content
  • no more partial syncs, if the sync was complete you can be sure that the last change was synced
obsidian-gdrive-sync - v0.9.9-beta-7-5

Published by stravo1 6 months ago

fix: using both Accept header and contentType param for all requests to solve disparity between mobile and desktop requests.

obsidian-gdrive-sync - v0.9.9-beta-7-4

Published by stravo1 6 months ago

WARNING: THIS Release CONTAINS A BUG WHICH PREVENTS CREATION OF NEW FOLDERS, use newer builds.

misc: using contentType argument in requestURL instead of header to test iOS compatibility

obsidian-gdrive-sync - v0.9.9-beta-7-3

Published by stravo1 6 months ago

fix: better logging, reduced race conditions while trying to write to log files resulting in overwritten content

obsidian-gdrive-sync - v0.9.9-beta-7-2

Published by stravo1 7 months ago

fix: uploading attachments would cause error due to renaming of file.

Ref: https://github.com/stravo1/obsidian-gdrive-sync/issues/7#issuecomment-2033477257

obsidian-gdrive-sync - v0.9.9-beta-7-1

Published by stravo1 7 months ago

fix: endless errors triggered if any issue other than network failure occurred.

obsidian-gdrive-sync - v0.9.9-bets-7: better support for large vaults (>1000 files)

Published by stravo1 8 months ago

fix: vaults with >1000 files are supported (needs testing, using with caution)
add: during fresh install, the progress of file uploads is shown

obsidian-gdrive-sync - v0.9.9-beta-6: added verbose logging in markdown file

Published by stravo1 10 months ago

Now with error logs, normal logs are also logged in markdown file. Enable them in settings.
NOTE: The verbose-log file can get large easily (although it is cleared each time the plugin is loaded) so enable it only for debugging purposes.

obsidian-gdrive-sync - v0.9.9-beta-5: added error logging in markdown file

Published by stravo1 10 months ago

Offline sync is more stable.
Added error logging on .md file so that devices with inaccessible file systems can also report proper error logs.

obsidian-gdrive-sync - v0.9.9: added sync support for offline changes

Published by stravo1 10 months ago

Now any changes you make offline will sync when you are online again :)

PLEASE NOTE: This feature is under testing. It might be unstable and unreliable, always try and use this plug-in with good internet connection.

obsidian-gdrive-sync - v0.9.9: added sync support for offline changes

Published by stravo1 10 months ago

Now the changes which are made when you are not connected to the internet are also synced when connectivity is restored.

IMPORTANT: This feature is still under testing and might not be reliable.

obsidian-gdrive-sync - v0.9.5: added syncing status in status bar

Published by stravo1 12 months ago

fix: stop files from being downloaded while they are being renamed
implemented a renamingList and deletingList so that while refreshing it avoids re-downloading files which are being renamed and then deleting them or trying to delete a recently renamed file and then downloading again

add: uploading status in the status bar

obsidian-gdrive-sync - v0.9.1: Fixed YAML issue

Published by stravo1 about 1 year ago

obsidian-gdrive-sync - v0.9: minor changes

Published by stravo1 over 1 year ago

add: added toggle for auto-fetch binary files
fix: overlapping refreshes

obsidian-gdrive-sync - auto-sync

Published by stravo1 over 1 year ago

obsidian-gdrive-sync - v0.2-beta

Published by stravo1 over 1 year ago

all features are functional except a major issue which causes renamed files in one device appear as new files in other devices :(