From 80cff5ac64b9b12f8daaece3323c726e3f93cfbe Mon Sep 17 00:00:00 2001 From: Sarxzer Date: Wed, 13 Mar 2024 21:08:03 +0100 Subject: [PATCH] Update todo.md --- todo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/todo.md b/todo.md index fa0763d..26ff0e5 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,6 @@ # To do -- [ ] Fix the istaller to create a desktop shortcut +- [ ] Fix the istaller to WORK - [ ] Finish the websocket implementation - [ ] Add colors constants and / or color picker - [ ] Add Rednet API @@ -8,8 +8,8 @@ - [X] Add Turtle API - [ ] Add peripheral methods - [ ] Add a way to import code from ComputerCraft:Tweaked -- [ ] Add a way to save the code to a file -- [ ] Add a way to load a file to the editor +- [X] Add a way to save the code to a file +- [X] Add a way to load a file to the editor - [ ] Add a way to share the code with others - [ ] Add different themes - [ ] Add a way to change the language @@ -20,4 +20,4 @@ - [ ] Add a way to import code from GitHub - [ ] Add a way to export code to GitHub - [ ] Add a settings menu -- [ ] Add a support page \ No newline at end of file +- [ ] Add a support page