mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
Initial groundwork for native sync support
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ func GenUpdate(targetLocation string, hidePassword bool) {
|
||||
func editNote(baseNote []string) ([]string, bool) {
|
||||
tempFile := backend.CreateTempFile()
|
||||
defer os.Remove(tempFile.Name())
|
||||
editor := backend.ReadConfig([]string{"textEditor"})[0]
|
||||
editor := backend.ReadConfig([]string{"textEditor"}, "")[0]
|
||||
|
||||
// write baseNote to tempFile (if it is not empty)
|
||||
if len(baseNote) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user