Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.04 KB

Code Editor

A simple lightweight code editor made with Tauri, Rust, React and DaisyUI

Todo

UI

  • Make UI elements resizable
  • Create terminal UI component
  • Clean up react components
  • Add error checking when calling rust functions
  • Add other IO operations (renaming files, moving files, etc.)
  • Create better terminal UI
  • Position suggestions div right below caret position

Backend

  • Complete Git functions in git.rs
  • Create a more sophisticated terminal backend