From 0b9dd07c425b57978306481f9b31268c58327412 Mon Sep 17 00:00:00 2001 From: Ronald Date: Thu, 12 Jun 2025 21:04:22 +0100 Subject: [PATCH] Add todo list to README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index efbbf49..0103a91 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # notepad_squared A simple text editor written in Odin using the Raylib library. + +## Todo + +## Features + +Add support for saving files - Kind of important that - Done +Add config file - Font and themes - Done +Show whether a file has been saved or not - Done + However, when undo is implemented this implementation may need to change +Line wrapping that wraps on words when possible +Add shortcuts +Add menu bar +Need to add a right click menu +Add support for opening files from the editor - drag and drop support? +Syntax highlighting would be neat? + +## Bugs + +Holding a key (backspace or arrow keys) doesn't work as expected +Delete, home and end don't work.