gnebbia / kb

A minimalist command line knowledge base manager
GNU General Public License v3.0
3.17k stars 104 forks source link

EDITOR on windows not being set #85

Closed BrettHolton closed 3 years ago

BrettHolton commented 3 years ago

Expected Behavior

kb add opens the editor set in the EDITOR env var

Actual Behavior

Call to open editor fails, looking at code Im not seeing where it looks for env var it appears to use default config always which would point to vim?

Steps to Reproduce the Problem

  1. kb add --title "test" --category "note" --tags "test;firstnote"

Specifications

xscode-auto-reply[bot] commented 3 years ago

Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/gnebbia/kb

BrettHolton commented 3 years ago

I am assuming for now there is some error in how I set the env var, I followed the instructions and if I find an issue with them I will open new issue