Auditable Logs

Once you are done reading, please delete the above notes

Use case or problem

Currently using this software as a forensic note taking app, however one requirement is that my notes need to be auditable to prove that nobody went back and made unauthorized changes. Looking to have a sync-able changelog, so that I can see what changes were made.

Proposed solution

Essentially a Git style changelog of each file that a user can audit later to see changes made.

Current workaround (optional)

Currently, I have an offline git file saved in the root of my sync folder. Then I constantly commit changes any time I can remember when a change is made.

Related feature requests (optional)

None found

In terms of git, this workflow could be (and likely should be) automated. I can’t really answer to any of the other points.

Obsidian Sync logs changes and has a version history.