github vrtmrz/obsidian-livesync 0.25.33

7 hours ago

0.25.33

05th December, 2025

New feature

  • We can analyse the local database with the Analyse database usage command.
    • This command makes a TSV-style report of the database usage, which can be pasted into spreadsheet applications.
      • The report contains the number of unique chunks and shared chunks for each document revision.
        • Unique chunks indicate the actual consumption.
        • Shared chunks indicate the reference counts from other chunks with no consumption.
      • We can find which notes or files are using large amounts of storage in the database. Or which notes cannot share chunks effectively.
      • This command is useful when optimising the database size or investigating an unexpectedly large database size.
  • We can reset the notification threshold and check the remote usage at once with the Reset notification threshold and check the remote database usage command.
  • Commands are available from the Command Palette, or Hatch pane in the settings dialogue.

Fixed

  • Now the plug-in resets the remote size notification threshold after rebuild.

Don't miss a new obsidian-livesync release

NewReleases is sending notifications on new releases.