https://github.com/emtee40/texteditor_android_saf
Clone of https://codeberg.org/oppen/TextEditor
https://github.com/emtee40/texteditor_android_saf
file-io google google-drive nextcloud storage-access-framework termux text-editor
Last synced: about 1 month ago
JSON representation
Clone of https://codeberg.org/oppen/TextEditor
- Host: GitHub
- URL: https://github.com/emtee40/texteditor_android_saf
- Owner: emtee40
- License: gpl-3.0
- Created: 2022-06-30T08:06:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T08:06:55.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T10:29:25.660Z (3 months ago)
- Topics: file-io, google, google-drive, nextcloud, storage-access-framework, termux, text-editor
- Language: Kotlin
- Homepage:
- Size: 3.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Editor for Android
A simple text editor for Android.
It's free from all Google services and there's no tracking/analytics of any kind.## Features
* Uses Storage Access Framework for file io so works well with Termux, Nextcloud, Google Drive etc.
* Follows your device day/night theme
* Markdown preview## Releases
* [1.0.1 - oppen_text_editor_r1_0_1.apk](https://codeberg.org/attachments/dbbc07b3-c78f-4d84-a519-3ab204a0ea94) Initial release
## License
This program is free software released under [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html): view the [License](LICENSE)
Markdown rendering in the app is done by [Markwon](https://github.com/noties/Markwon) which is released under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
The in-app typeface is [Inter by Rasmus Andersson](https://rsms.me/inter/) which is released under the [SIL Open Font License 1.1](https://choosealicense.com/licenses/ofl-1.1/)