Installation Methods
Sync Folds can be installed through Obsidian’s Community Plugins directory or manually by downloading release files.Method 1: Community Plugins (Coming Soon)
When available, follow these steps:Method 2: Manual Installation
For immediate use, install Sync Folds manually from the GitHub releases:Download release files
Visit the Sync Folds releases page and download these files from the latest release:
main.jsmanifest.json
The
manifest.json file contains plugin metadata including the plugin ID (sync-folds), version (1.0.0), and minimum Obsidian version (0.15.0).Create plugin directory
In your vault, create the plugin folder:Replace
VaultFolder with your actual vault folder name.Where to find your vault folder
Where to find your vault folder
- Desktop: Your vault folder is wherever you created your Obsidian vault
- Mobile: Use a file manager app to navigate to your vault location
- The
.obsidianfolder is hidden on some systems - enable “Show hidden files” in your file manager
Copy files to plugin folder
Move or copy the downloaded Your final structure should look like:
main.js and manifest.json files into:Reload Obsidian
Completely quit and restart Obsidian to detect the new plugin
On desktop, use Ctrl/Cmd + R to reload, or fully restart the application. On mobile, close and reopen the app.
Verify Installation
After installation, verify that Sync Folds is working:Check plugin is enabled
Go to Settings → Community Plugins and confirm “Sync Folds” shows as enabled
Verify commands are available
Open the command palette (Ctrl/Cmd + P) and search for “fold”. You should see:
- Export folds from local storage
- Import folds into local storage
Check data file exists
After the plugin loads, verify that a data file was created:This file stores your fold states and should contain:
Platform Support
Sync Folds works on both desktop and mobile platforms:- Desktop: Windows, macOS, Linux
- Mobile: iOS, Android
The plugin has
isDesktopOnly: false in its manifest, meaning it’s fully compatible with Obsidian mobile apps.Next Steps
Quickstart Guide
Learn how to use Sync Folds effectively
Sync Setup
Configure sync settings and behavior