Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 445 Bytes

Tauri Notepad

This is a basic notepad created with tauri

Prerequisites

  • have rustup installed
  • nodejs

Install

  1. Run npm i in root to install dependencies
  2. Run npm run tauri build to build into distributable

Todo

  • 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)