diff --git a/NOTES.md b/NOTES.md
index 23d2158ee8f7bfb3c052b7e16ba9a67baba755fa..3eec7047743775b73891524d5e1a740175e6bd4c 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -19,7 +19,11 @@ Look up how to run migrations on the db from embedded files.
 Figure out readline completion.  Case sensitive - issue?  Building from
 repl.commands?
 
-sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain --close`
+ ## sqlite
+ 
+  * sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain --close`
+  * https://sqlite.org/cli.html
+  * https://www.sqlitetutorial.net/
 
 ## Things to do
 
@@ -29,7 +33,8 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain
     * Messages edit: CHANGE, REPLY, FORWARD
     * Moving messages: COPY, MOVE
     * Mail: MAIL, FORWARD, 
-  * Editor - need an embedded editor
+    * Compound commands: SET and SHOW
+  * ~~Editor - need an embedded editor~~ Implemented using tview; good enough
     * 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
@@ -48,6 +53,7 @@ sqlite trigger tracing: `.trace stdout --row --profile --stmt --expanded --plain
     * Commands for a local mail system?
     * Commands to connect to Mattermost or mastodon?
     * Commands to manage users.
+  * `SHOW VERSION` - use [this](https://github.com/earthboundkid/versioninfo)
 
 ## Module links