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
Is your feature request related to a problem? Please describe.
option to disable logs display when vnote is used
Describe the solution you'd like
Turn off print statment
Describe alternatives you've considered
some apps can redirect outputs with > /dev/null 2>&1 & but this this not working since Vnote thinks it is file to open/display
Additional context
See attached file showing vnote default logs that I want to hide.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
option to disable logs display when vnote is used
Describe the solution you'd like
Turn off print statment
Describe alternatives you've considered
some apps can redirect outputs with
> /dev/null 2>&1 &
but this this not working since Vnote thinks it is file to open/displayAdditional context
See attached file showing vnote default logs that I want to hide.
The text was updated successfully, but these errors were encountered: