Code-Editor
Code-Editor copied to clipboard
Lightweight Code Editor
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