Quick post documenting my current custom text editor.

Can open multiple files now, via tabs, all black, and has VIM-like movement. Next steps is to integrate some sort of linking system to auto open files via links like #Obsidian does. Which I suspect will be very difficult, so I might sit on this for a bit with this functionality.

Moved dialog for open save etc to bottom with tabs for open files at top, also added up port for different file types incase i need to make a quick change to the program itself. Trying to be careful about scope creep, while also integrating features i care about.
UPdated with all black UI, and centering all text with width of 800px. #dev #software