« get me outta code hell

Add text/notes editor, using tui-text-editor - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-10-23 12:20:27 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-23 12:20:27 -0300
commit147172fe720f8af8a219ba384c0407ca751e0321 (patch)
tree85b97ccb8ea210392493806ebf6d35e41615e76b /todo.txt
parent1d1483a9dc18d7acf4267727893a281b99645c02 (diff)
Add text/notes editor, using tui-text-editor
:D!
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 891479a..759fbbf 100644
--- a/todo.txt
+++ b/todo.txt
@@ -391,6 +391,8 @@ TODO: Text file support. Yes. Heck yes. Heck hecking yes.
       file which has the same basename as a track (or group), show a mark on
       the item in grouplike listings, and let it be viewed through an action
       on the context menu. Maybe, just MAYBE, implement editing support too.
+      (Done!!! Still some WIP stuff in the text editor library, but this is
+       definitely functional as of now.)
 
 TODO: Make 'after selected song' the default in the context menu, too. I miight
       go back on this decision, but I think it's just more convenient in
@@ -439,3 +441,16 @@ TODO: "Shuffle queue", "shuffle these tracks" options in the queue's
 
 TODO: It looks like you can't move the currently playing track by re-queuing
       it? Investigate this.
+
+TODO: Fix mtui crashing when you interact with it before the main listing has
+      loaded its contents.
+
+TODO: Specific config permissions to view and edit text files.
+
+TODO: I lied when I said I finished text editor stuff. Still to-do:
+      Don't show text files which are adjacent (same filename, but .txt) to
+      a playable. Instead, show a mark on the listing item. Have a context menu
+      option for focusing the text editor.
+
+TODO: Have a context menu option for creating a text file for notes on a
+      playable, when there is no existing adjacent file.