A plugin for Obsidian that syncs your fold states across devices by storing them in your plugin settings.
Obsidian stores fold states in localStorage, which doesn't sync across devices. This plugin solves that by:
data.json file (which syncs with your vault)main.js, manifest.json from the latest releaseVaultFolder/.obsidian/plugins/sync-folds/The plugin stores fold states in .obsidian/plugins/sync-folds/data.json, which syncs automatically with:
Just make sure the plugin is installed and enabled on all devices!
| Command | Function |
|---|---|
| Export Folds from Local Storage | Manually export all current fold states to settings |
| Import Folds into Local Storage | Manually import fold states from settings to localStorage |
MIT