mirror of
https://github.com/yazanammar/obsidian-theme-engine.git
synced 2026-07-22 06:44:37 +00:00
86 lines
1.6 KiB
Markdown
86 lines
1.6 KiB
Markdown
|
|
# Theme Engine Commands & Hotkeys
|
||
|
|
|
||
|
|
Theme Engine provides built-in commands that can be assigned to custom keyboard shortcuts through Obsidian.
|
||
|
|
|
||
|
|
Open:
|
||
|
|
|
||
|
|
```text
|
||
|
|
Settings > Hotkeys > Theme Engine
|
||
|
|
```
|
||
|
|
|
||
|
|
## Available Commands
|
||
|
|
|
||
|
|
### Enable & Disable Plugin
|
||
|
|
|
||
|
|
Toggle the entire plugin on or off without opening the settings panel.
|
||
|
|
|
||
|
|
Useful for:
|
||
|
|
|
||
|
|
- Temporary testing
|
||
|
|
- Comparing behavior
|
||
|
|
- Quickly disabling all active customizations
|
||
|
|
|
||
|
|
### Cycle to Next Profile
|
||
|
|
|
||
|
|
Switch instantly to the next profile in your profile list.
|
||
|
|
|
||
|
|
Useful for:
|
||
|
|
|
||
|
|
- Quickly previewing themes
|
||
|
|
- Fast workspace switching
|
||
|
|
- Rotating between multiple setups
|
||
|
|
|
||
|
|
### Cycle to Previous Profile
|
||
|
|
|
||
|
|
Switch to the previous profile.
|
||
|
|
|
||
|
|
Useful for:
|
||
|
|
|
||
|
|
- Navigating backwards through profiles
|
||
|
|
- Returning to a recently used setup
|
||
|
|
|
||
|
|
### Open Settings Tab
|
||
|
|
|
||
|
|
Open the Theme Engine settings panel directly.
|
||
|
|
|
||
|
|
Useful for:
|
||
|
|
|
||
|
|
- Fast access
|
||
|
|
- Avoiding manual navigation through settings
|
||
|
|
|
||
|
|
### Cycle Active Profile Theme
|
||
|
|
|
||
|
|
Cycles the active profile theme mode:
|
||
|
|
|
||
|
|
```text
|
||
|
|
Light → Dark → Auto
|
||
|
|
```
|
||
|
|
|
||
|
|
Useful for:
|
||
|
|
|
||
|
|
- Rapid appearance testing
|
||
|
|
- Switching workspace mood instantly
|
||
|
|
|
||
|
|
## Suggested Shortcuts
|
||
|
|
|
||
|
|
These are optional examples:
|
||
|
|
|
||
|
|
| Action | Suggested Shortcut |
|
||
|
|
| ---------------- | ------------------ |
|
||
|
|
| Next Profile | `Ctrl + Alt + ]` |
|
||
|
|
| Previous Profile | `Ctrl + Alt + [` |
|
||
|
|
| Open Settings | `Ctrl + Alt + T` |
|
||
|
|
| Toggle Plugin | `Ctrl + Alt + E` |
|
||
|
|
| Cycle Theme Mode | `Ctrl + Alt + M` |
|
||
|
|
|
||
|
|
> [!NOTE]
|
||
|
|
>
|
||
|
|
> Shortcut combinations vary by operating system and existing Obsidian bindings.
|
||
|
|
|
||
|
|
## Related Documentation
|
||
|
|
|
||
|
|
- [Usage Guide](./guide.md)
|
||
|
|
- [Tips & Performance](./tips.md)
|
||
|
|
- [FAQ](./faq.md)
|
||
|
|
- [Main README](../README.md)
|