diff --git a/NOTES.md b/NOTES.md
index 2f659b47aa42988161dd84a33f85e094d2988096..a9d2d3e558706776c3e48a594edb1740be23fa5c 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)