|
4 | 4 |
|
5 | 5 | ### A lightweight and stylish **text-only** app, Notes! is a great alternative if you are looking for a straightforward approach. |
6 | 6 |
|
7 | | -## 💾 Installation |
8 | | -- Click on the latest release found on the right side of this repository. |
9 | | -- Download the **Notes!-installer.exe** and run the setup, it is simple and shouldn't take long. |
10 | | - |
11 | | -## 🚮 Uninstall |
12 | | -- You should find the **Notes!** folder inside your documents folder, inside you will find unins000.exe, run it. |
13 | | - |
14 | 7 | ## 💾 Installation & Uninstallation 🚮 |
15 | 8 | Instructions are provided for both Windows and Linux (Debian-based distributions). |
| 9 | +First, start by clicking on the latest release found on the right side of this repository. |
16 | 10 |
|
17 | 11 | ## 🖥️ Windows |
18 | 12 | Installation |
19 | 13 | -- |
20 | | -- Click on the latest release found on the right side of this repository. |
21 | 14 | - Download the **Notes!-installer.exe** and run the setup. It is simple and shouldn't take long. |
22 | 15 |
|
23 | 16 | Uninstallation |
24 | 17 | -- |
25 | 18 | - Open the "Apps -> Installed Apps" panel in Windows Settings or other similar options. |
26 | | -- Find "Notes! version..." in the list, click the three dots, and select "Uninstall". |
| 19 | +- Find "Notes! v.1..." in the list, click the three dots, and select "Uninstall". |
27 | 20 | - Alternatively, you can find the unins000.exe uninstaller in the application's installation directory and run it. |
28 | 21 |
|
29 | 22 | ## 🐧 Linux (Debian / Ubuntu-based) |
30 | | -*Note: These instructions are tested on Linux Mint and should be compatible with other Debian-based distributions like Ubuntu, Pop!_OS, and Zorin OS.* |
| 23 | +*Note: These instructions are tested on Linux Mint and should be compatible with other Debian-based distributions.* |
31 | 24 |
|
32 | 25 | Installation |
33 | 26 | -- |
34 | | -- Navigate to the latest release on the right side of this repository. |
35 | 27 | - Download the .deb file (e.g., notesclonedym_4.1.0_amd64.deb). |
36 | 28 | - Double-click the downloaded .deb file to open it with the Gdebi Package Installer. |
37 | 29 | - Click the "Install Package" button and enter your password when prompted. |
@@ -63,15 +55,24 @@ There are two easy ways to uninstall the application: |
63 | 55 | - Want to group notes? No problem. Just click on the folder icon and create a folder, then move the notes to that folder. Easy! |
64 | 56 |
|
65 | 57 | ### 🔄 Reordering |
66 | | -- Newly added notes always get added to the bottom, but don't worry, as Notes! allows you to reorder your notes! |
| 58 | +- Newly added notes are added to the top, but don't worry, as Notes! allows you to reorder your notes! |
67 | 59 | - Simply click and drag your notes to arrange them in the perfect sequence. |
| 60 | + |
| 61 | +### 💾 Robust Autosaving: Never lose your work again. |
| 62 | +- Real-time Debouncing: Saves your note moments after you stop typing, offering near-instant protection against unexpected shutdowns. |
| 63 | +- Periodic Backups: Automatically saves all changes every few minutes as a secondary safety net. |
| 64 | +- Save on Exit: Guarantees a final save whenever the application is closed or backgrounded. |
| 65 | + |
| 66 | +### ↔️ Responsive Layout |
| 67 | +- On a narrow window, enjoy a clean, scrollable list view. |
| 68 | +- Resize the window wider, and it automatically switches to a beautiful grid view to make better use of the space. |
68 | 69 |
|
69 | 70 | ### ⚙️ Additional Settings |
70 | 71 | When you decide to make Notes! app your daily driver, there's a few more options you want to look at. |
71 | 72 | - **Stay On Top Toggle:** This keeps the window always on top of other applications, helping you focus on creating your notes. |
72 | 73 | - **Ask Before Deleting:** This allows you to delete notes without having to confirm your decision, increasing your productivity. |
73 | 74 |
|
74 | | -### 🚀 Tech Stack and Developers |
| 75 | +### 🚀 Tech Stack |
75 | 76 | The app is written in **Dart** using the **Flutter** framework with **Visual Studio Code** as the editor.<br> |
76 | 77 | **Hive** is used as the local database and the app is compiled using **Inno Compiler**.<br><br> |
77 | 78 | <img src="https://skillicons.dev/icons?i=dart,flutter,vscode" /> |
|
0 commit comments