You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swipe-to-Organize notes (a two-column view where you can swipe notes left or right to sort them into categories, like "In Process" and "Done." Each side has a distinct color that you can customize for easy visual recognition)
Sorting
Folders — organize your notes with a custom folder structure
Sync
Cloud sync of data (Google Drive)
Local LAN sync — get data from another device on the same Wi-Fi network
Extras
Settings screen — centralized place for preferences
One note text widget (for Android)
Light & Dark theme of interface
Dynamic, automatically adjusting interface colors to match the device theme (for Android 12+)
This is the Kotlin Multiplatform Project - one project for multiple OSes (Android & PC). Most of the UI and business logic are shared
If you want to create your own executables, to enable sync, you need to create your own Google Cloud Project and create an OAuth credentials. For the Desktop version, download the credential, rename it to "auth.json" and move to "desktopApp/src/main/resources/"