executing commands in the background #188
Replies: 1 comment 2 replies
-
Sorry, I don't know how to prevent Obsidian from coming back to foreground. SC uses Node.js's child_process to execute shell commands. I tried to make a quick search on Google to find out if someone else has had a situation where I cannot even test if it's specifically the shell command execution part that brings Obsidian back to foreground, or something else that causes it. E.g. could JavaScript's setInterval() cause it? That's what triggers the Every n seconds event. I guess not, but I'm not sure. I tried to test hiding Obsidian using the plugin you mentioned, but it didn't hide Obsidian on my Xubuntu (Linux) machine nor on my Windows machine. Obsidian just goes behind all other windows, but is not hidden. If someone comes up with some tips on how to prevent Obsidian from coming back to foreground, I might be able to do something, but currently I unfortunately do not have a solution for this, so I'll move this to Ideas - on hold for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I set up a command with the event
every 30 minutes
. I keep obsidian open and hidden using this plugin'shide/show obsidian
command.The problem is that every 30 minutes, when it's time to execute the command, obsidian is back in the foreground. Is there a way to keep obsidian hidden while doing this ?
I use bash (mac).
Beta Was this translation helpful? Give feedback.
All reactions