Notepaddy is a simple notepad application that saves notes in a local database. It was built using WPF and Dapper to connect to a SQLite database.
- Create, edit, and delete notes
- Save notes to a local SQLite database
- Overview of existing notes
- .NET Core 3.1.x
- Download the latest release of Notepaddy from the releases page.
- Run
Notepaddy.exe
.
- To create a new note, insert the name of the note into the textbox in the bottom right and then click the
+
button. - To edit an existing note, select it from the list of notes and type in the main box.
- To delete a note, select it from the list of notes and click the
X
button. Confirm the deletion when prompted. - To save your changes to a note, open another note or click the
Minimize
button.
Notepaddy is licensed under the MIT License.