You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On clicking the window close button, these settings appear to make it impossible to reopen Obsidian (through its executable file which is the only way left). On Windows, the user will have to manually End task the specific Obsidian processes through Task Manager and then directly edit data.json to disable runInBackground to again normally open Obsidian in the foreground.
Possible resolution:
Good:
Add additional warning text in Run in background section similar to the recommendation in the Hide taskbar icon section. Something like: Enabling the tray icon or toggle window focus hotkey is recommended if using this option.
Better:
If runInBackground = true && createTrayIcon = false, add red warning text to Toggle window focus hotkey section for the user to remember the hotkey since it would be the only direct way to reopen the vault. Or maybe even disable emptying the hotkey altogether.
Or maybe include checks to disable this combination, like don't allow enabling runInBackground in case the other two settings are already disabled/empty.
The text was updated successfully, but these errors were encountered:
Minor enhancement / Bug
Windows 11
Obsidian v1.4.13 / v1.5.3 / v1.5.8
Tray plugin v0.3.5
Settings combination:
runInBackground
: truecreateTrayIcon
: falsetoggleWindowFocusHotkey
: EmptyOn clicking the window close button, these settings appear to make it impossible to reopen Obsidian (through its executable file which is the only way left). On Windows, the user will have to manually End task the specific Obsidian processes through Task Manager
and then directly editto again normally open Obsidian in the foreground.data.json
to disablerunInBackground
Possible resolution:
Add additional warning text in
Run in background
section similar to the recommendation in theHide taskbar icon
section. Something like: Enabling the tray icon or toggle window focus hotkey is recommended if using this option.If
runInBackground = true
&&createTrayIcon = false
, add red warning text toToggle window focus hotkey
section for the user to remember the hotkey since it would be the only direct way to reopen the vault. Or maybe even disable emptying the hotkey altogether.Or maybe include checks to disable this combination, like don't allow enabling
runInBackground
in case the other two settings are already disabled/empty.The text was updated successfully, but these errors were encountered: