Frequently Asked Questions (FAQ)
Installation and Configuration
Q: How to install the Ace Code Editor plugin?
A: There are three installation methods:
Community Plugin Store (Recommended):
- Open Obsidian Settings → Community Plugins
- Search for "Ace Code Editor"
- Click install and enable
Manual Installation:
- Download from GitHub Releases
- Extract to
.obsidian/plugins/ace-code-editor/directory - Restart Obsidian and enable the plugin
BRAT Installation:
- Install BRAT plugin
- Add
RavenHogWarts/obsidian-ace-code-editor
Q: What to do if the plugin cannot be enabled after installation?
A: Please check the following:
- Ensure Obsidian version compatibility (recommended v1.8.0+)
- Check if plugin files are complete
- Look for error messages in the console
- Try restarting Obsidian
- Disable other potentially conflicting plugins
Usage Issues
Q: Will edited files be automatically saved?
A: Yes, the plugin supports auto-save functionality:
- Editor content changes trigger auto-save
- Manual save is also available (Ctrl/Cmd + S)
Feature-related
Q: How to use code completion?
A: Code completion triggers automatically:
- Suggestions appear automatically while typing
- Use Tab key to accept suggestions
- Use arrow keys to select different suggestions
- Esc key to cancel completion
Q: How to use search and replace functions?
A:
- Find: Ctrl/Cmd + F
- Replace: Ctrl/Cmd + H
- Find Next: F3
- Find Previous: Shift + F3
- Go to Line: Ctrl/Cmd + G
Compatibility Issues
Q: What to do about conflicts with other plugins?
A: Steps to resolve conflicts:
- Identify conflicting plugins
- Check for duplicate hotkeys
- Adjust plugin loading order
- Contact developers to report compatibility issues
Q: Can it be used on mobile devices?
A: Currently the plugin is mainly optimized for desktop Obsidian, with limited mobile support:
- Basic editing functions are available
- Some hotkeys may not work
- Touch operation experience may be suboptimal
Troubleshooting
Q: Editor cannot open files?
A: Check the following issues:
- Whether the file exists and is readable
- Whether the file encoding is supported
- Whether you have permission to access the file
- Check console error messages
Q: Syntax highlighting is incorrect?
A: Possible solutions:
- Confirm the file extension is correct
- Check file content format
- Reload the editor
Q: Hotkeys not responding?
A: Troubleshooting steps:
- Confirm the editor is in focus
- Check hotkey configuration
- See if there are conflicts with other programs
- Restart Obsidian
- Reset hotkey settings
Q: Issues after plugin update?
A: Post-update issue handling:
- Clear plugin cache
- Reset plugin settings
- Check update logs for breaking changes
- If necessary, revert to previous version
- Report issues to developers
Get More Help
If the above answers don't solve your problem:
- Search Existing Issues: Search in GitHub Issues
- Submit New Issues: Describe the problem and reproduction steps in detail
- Join Discussions: Discuss in GitHub Discussions
- Read Documentation: Read the complete usage documentation
If you have other questions or suggestions, feel free to contact us through GitHub!