From 4f280b4e7f2594dd797c50b01fde3c667dab126e Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@lyda.ie>
Date: Wed, 7 May 2025 12:57:32 +0100
Subject: [PATCH] Lunch research

---
 NOTES.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/NOTES.md b/NOTES.md
index 2f659b4..a9d2d3e 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -26,10 +26,18 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain
   * Implement a better dclish parser.
   * Implement each command.
     * Next: ????
-  * Decide on how the boards are managed.
+  * Editor - need an embedded editor
+    * An EDT inspired [editor](https://sourceforge.net/projects/edt-text-editor/)
+    * [gkilo](https://github.com/vcnovaes/gkilo)
+    * This [kilo editor](https://viewsourcecode.org/snaptoken/kilo/) tutorial
+  * Should there be a way to upload text files for commands that use
+    files?  How would it work?
+  * Cleanup help output.
+    * Remove the node related flags.
 
 ## Module links
 
   * cli - [docs](https://cli.urfave.org/v3/getting-started/)
   * readline - [docs](https://pkg.go.dev/github.com/chzyer/readline)
   * xdg - [docs](https://pkg.go.dev/github.com/adrg/xdg)
+  * sqlite - [docs](https://modernc.org/sqlite)
-- 
GitLab