Support $EDITOR
dkaslovsky opened this issue · 2 comments
dkaslovsky commented
Open the editor specified by the user's environment variable $EDITOR
rather than only allowing vim.
dkaslovsky commented
I am actively working on this and will have a new version released within the next 24 hours.
The intended implementation will open notes in whatever editor is specified by $EDITOR
. It will support vi/vim, emacs, neovim, and nano for using the open-on-line configuration, all other editors will open on the default (first) line. Please feel free to comment here on any of this implementation.
dkaslovsky commented
@jroessel With this coming support for $EDITOR
as described above, hopefully this will render textnote more useful on Windows. Please feel free to leave any feedback!