SimpleNotes =========== SimpleNotes, A server backed note taking app - [Website](https://simplenotes.tesses.net/) - [Server](https://gitlab.tesses.net/tesses50/simplenotesserver) - [Android](https://gitlab.tesses.net/tesses50/simplenotesdroid) Install (Binary) =============== - [Windows (PortableApps.com)](https://downloads.tesses.net/apps/SimpleNotes/Desktop/1.0/SimpleNotesPortable_1.0_English.paf.exe) - [Windows (Setup)](https://downloads.tesses.net/apps/SimpleNotes/Desktop/1.0/SimpleNotesSetup.exe) - [Windows (XCopyable)](https://downloads.tesses.net/apps/SimpleNotes/Desktop/1.0/winx86.zip) - [Windows (All)](https://downloads.tesses.net/apps/SimpleNotes/Desktop/1.0/simplenoteswinx86allbin.zip) - [Linux (x86_64)](https://downloads.tesses.net/apps/SimpleNotes/Desktop/1.0/linux-x64.tar.xz) - [Linux (arm32)](https://downloads.tesses.net/apps/SimpleNotes/Desktop/1.0/linux-arm.tar.xz) - [Linux (arm64)](https://downloads.tesses.net/apps/SimpleNotes/Desktop/1.0/linux-arm64.tar.xz) Install (Source) ================ - [dotnet 7 (for linux and mac, windows if you edit csproj)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) - [dotnet 6 for windows](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) - to build on linux run ```bash $ make``` - to build on windows open up solution and click build->Build SimpleNotes.Wpf (make sure SimpleNotes.Wpf is selected by the green arrow) - No Install necessary unless you download the binaries