https://github.com/xarantolus/notality
A very simple note taking app for Android
https://github.com/xarantolus/notality
android android-app app f-droid fdroid flutter note-taking note-taking-app notes
Last synced: 2 months ago
JSON representation
A very simple note taking app for Android
- Host: GitHub
- URL: https://github.com/xarantolus/notality
- Owner: xarantolus
- License: mit
- Created: 2021-09-12T19:05:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T06:14:37.000Z (about 3 years ago)
- Last Synced: 2024-07-30T18:20:58.701Z (9 months ago)
- Topics: android, android-app, app, f-droid, fdroid, flutter, note-taking, note-taking-app, notes
- Language: Dart
- Homepage:
- Size: 2.19 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notality
Notality is a very simple note taking app. I mostly built it to learn how Flutter works, but it's functional and you can use it.### Features
* Create, edit, delete and reorder notes
* Automatic dark/light mode depending on the system-wide setting
* Import/Export your notes to save them externally
* Localization for English and German### Screenshots
| Note listing (dark mode) | Note edit screen (dark mode) |
| :-------------------------------------------------------: | :--------------------------------------------------------: |
|  |  || Note listing (light mode) | Note edit screen (light mode) |
| :-------------------------------------------------------: | :--------------------------------------------------------: |
|  |  |Notes can be deleted by swiping them to the left or to the right. A note can be relocated by holding and moving it to a new position in the list.
If you want to change the date/time of a note, just open it and tap the date shown under the title.### Installation & updates
If you have [F-Droid](https://f-droid.org/) installed, you can add [my repository](https://github.com/xarantolus/fdroid). Then just search for "Notality" in the F-Droid client to download. You will receive update notifications.Alternatively, you can [download the APK file from the releases section of this repository](https://github.com/xarantolus/notality/releases/latest). Then open it from the file manager to install it. Please note that you will not receive any update notifications when going this route.
### [License](LICENSE)
This is free as in freedom software. Do whatever you like with it.