๐ Requirements
๐ฅ Installation Methods
โน๏ธ Easiest Method
This is the recommended installation method for most users. Updates are handled automatically.
- Click the gear icon โ๏ธ in the lower-left corner
- Or press
Ctrl/Cmd + ,
- Click "Community plugins" in the left sidebar
- If prompted, click "Turn on community plugins"
- Click the "Browse" button
- Search for "Document Manager"
- Click on "Document Manager" in the search results
- Click the "Install" button
- Return to Community plugins and toggle to enable
- Look for the ๐ icon in the left ribbon
- Or press
Ctrl/Cmd + Pand search "Document Manager"
โ You're Done!
Click the ๐ ribbon icon to start browsing your documents.
โ ๏ธ For Advanced Users
Manual installation requires downloading files and placing them in the correct location.
Required Files
Download these three files from the latest release:
manifest.json โ Plugin metadata (required)
styles.css โ Styles (required)
Find your Obsidian vault folder on your computer. This is the folder containing your notes.
Navigate to or create this folder structure:
Copy the downloaded files into the document-manager folder:
- Close Obsidian completely
- Reopen Obsidian
- Go to Settings โ Community plugins
- Find "Document Manager" and toggle to enable
Terminal Commands
# Navigate to plugins foldercd "path/to/your/vault/.obsidian/plugins"# Create plugin directorymkdir -p document-manager# Copy filescp ~/Downloads/main.js document-manager/cp ~/Downloads/manifest.json document-manager/cp ~/Downloads/styles.css document-manager/
# Navigate to plugins foldercd "C:\path\to\your\vault\.obsidian\plugins"# Create plugin directorymkdir document-manager# Copy filescopy "$env:USERPROFILE\Downloads\main.js" document-manager\copy "$env:USERPROFILE\Downloads\manifest.json" document-manager\copy "$env:USERPROFILE\Downloads\styles.css" document-manager\
๐งช Beta Testing
Use BRAT to install beta versions or unreleased features from GitHub.
First, install the "BRAT" plugin from Community plugins.
- Go to Settings โ Community plugins โ BRAT โ Options
Click "Add Beta plugin" and enter:
https://github.com/billaking/document-manager
Enable Document Manager in Community plugins after BRAT downloads it.
๐ First Launch
Quick Start Checklist
๐ Updating the Plugin
- Open Settings โ Community plugins
- Click "Check for updates"
- Update Document Manager if available
- Restart Obsidian (recommended)
๐๏ธ Uninstalling
- Open Settings โ Community plugins
- Find "Document Manager"
- Click the โ or trash icon
- Restart Obsidian
โ Troubleshooting
Plugin Not Appearing
โผSymptom: Document Manager doesn't show after manual install.
- Ensure files are in the correct folder structure
- Check that manifest.json exists
- Verify file permissions aren't restricted
- Completely restart Obsidian (not just reload)
"Plugin Failed to Load" Error
โผSymptom: Error message when enabling the plugin.
- Re-download all three files
- Ensure no file corruption during download
- Check Obsidian version meets requirements (1.0.0+)
- Check Developer Console (Ctrl+Shift+I) for errors
Ribbon Icon Missing
โผSymptom: The ๐ icon doesn't appear in the ribbon.
- Right-click the ribbon โ check "Document Manager"
- Restart Obsidian
- Disable and re-enable the plugin
Mobile Installation Issues
โผiOS:
- Use iCloud or file manager to access vault
- Navigate to .obsidian/plugins/
- Create folder and copy files
- Relaunch Obsidian app
Android:
- Use file manager to access vault storage
- Navigate to .obsidian/plugins/
- Create folder and copy files
- Force close and reopen Obsidian