Troubleshooting
Troubleshooting
Section titled “Troubleshooting”Installation Issues
Section titled “Installation Issues”Plugin won’t appear after installation
Section titled “Plugin won’t appear after installation”Solution:
- Verify all three files are present:
main.js,manifest.json,styles.css - Check folder name is exactly
lighthouse(lowercase) - Restart Obsidian completely
- Disable Restricted Mode in Settings → Community Plugins
Plugin won’t enable
Section titled “Plugin won’t enable”Solution:
- Open Developer Console (Cmd/Ctrl+Shift+I)
- Look for error messages
- Verify Obsidian version is 1.0.0 or later
- Try reinstalling the plugin
- Report issues on GitHub
Word Count Issues
Section titled “Word Count Issues”Counts seem incorrect
Section titled “Counts seem incorrect”Solutions:
- Verify content/source folder designations are correct
- Check that folders are relative to project root
- Refresh by switching files or reopening the Stats Panel
- Verify markdown files have
.mdextension
Counts don’t update
Section titled “Counts don’t update”Solutions:
- Wait 200ms after stopping typing (debounce delay)
- Check that the file is in a content folder
- Verify the file is part of the active project
- Try closing and reopening the Stats Panel
Session/Today counts reset unexpectedly
Section titled “Session/Today counts reset unexpectedly”Solutions:
- Session counts reset when Obsidian restarts (expected behavior)
- Today counts persist across restarts and reset at midnight
- If today counts aren’t resetting at midnight, check your system date/time
Project Issues
Section titled “Project Issues”Can’t see project files in stats
Section titled “Can’t see project files in stats”Solutions:
- Verify the project is set as active
- Check folder paths are correct relative to project root
- Ensure folders are designated as content folders
- Try editing the project and re-saving
Project disappeared after restart
Section titled “Project disappeared after restart”Note: This issue was fixed in version 1.0.4.
If you’re on an older version:
- Upgrade to 1.0.4 or later to prevent this issue
- Your project data should persist correctly after upgrading
If still experiencing issues on 1.0.4+:
- Check if
.obsidian/plugins/lighthouse/data.jsonexists - Verify file permissions allow reading/writing
- Check if vault syncing is interfering with the file
- Report on GitHub with version info
Performance Issues
Section titled “Performance Issues”Obsidian feels slow with Lighthouse
Section titled “Obsidian feels slow with Lighthouse”Solutions:
- This shouldn’t happen; word counting is heavily optimized
- Check if you have extremely large files (>100k words)
- Try disabling other plugins to isolate the issue
- Report on GitHub with vault size info
Getting Help
Section titled “Getting Help”If you can’t resolve an issue:
- Check existing GitHub Issues
- Open a new issue with:
- Obsidian version
- Lighthouse version
- Steps to reproduce
- Error messages from console
- Join discussions on GitHub
More troubleshooting tips coming soon.