This is a basic notepad created with tauri
- have rustup installed
- nodejs
- Run
npm i
in root to install dependencies - Run
npm run tauri build
to build into distributable
- Be able to open new windows by pressing
new file
option in menu. - maybe add a menu where you can see all of your text files
- autosave (when text changed on saved file, run setTimeout to save automatically)