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
Output channels specify what to do with text that your shell commands return to Obsidian after their execution. You can define specific output channels for each of your shell commands. For example, one shell command's output may be channeled to the file that is currently open in Obsidian, and another shell command's output may be channeled to the clipboard. Output can also be discarded (ignored).
I'd like to change the current default value for Output channel for stdout so that it's not ignored. I often forgot to change the setting when I create a new shell command and expect it to output something.
Personally, I think Ask after execution would be a good solution, with an added element in the output modal like "Next time, use: [a dropdown list of output channels, with the current output channel selected]". This element does not exist yet, but I'd like to create it.
This change would only affect new shell commands.
What should be the default output channel for stdout (standard output) for new shell commands?
Keep the current default: Ignore
0%
Notification balloon
0%
Ask after execution
100%
Some other output channel (please write a comment below)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
From documentation:
I'd like to change the current default value for Output channel for stdout so that it's not ignored. I often forgot to change the setting when I create a new shell command and expect it to output something.
Personally, I think Ask after execution would be a good solution, with an added element in the output modal like "Next time, use: [a dropdown list of output channels, with the current output channel selected]". This element does not exist yet, but I'd like to create it.
This change would only affect new shell commands.
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions