Another user has reported that the command is failing: note nameofnote
I suspect that the $EDITOR environment variable probably doesn't exist.
So notesettings cannot rely on $EDITOR existing.
The notesettings needs to do the following on first run:
If $EDITOR is set - use whatever editor has been specified.
If $EDITOR is not set - ask the user which editor to use.
Another user has reported that the command is failing:
`note nameofnote`
I suspect that the $EDITOR environment variable probably doesn't exist.
So notesettings cannot rely on $EDITOR existing.
The notesettings needs to do the following on first run:
If $EDITOR is set - use whatever editor has been specified.
If $EDITOR is not set - ask the user which editor to use.
Another user has reported that the command is failing:
note nameofnote
I suspect that the $EDITOR environment variable probably doesn't exist. So notesettings cannot rely on $EDITOR existing.
The notesettings needs to do the following on first run:
If $EDITOR is set - use whatever editor has been specified.
If $EDITOR is not set - ask the user which editor to use.