Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orgzly/orgzly-android
Outliner for taking notes and managing to-do lists
https://github.com/orgzly/orgzly-android
android mobile notes org-mode orgzly outliner productivity tasks todo
Last synced: 6 days ago
JSON representation
Outliner for taking notes and managing to-do lists
- Host: GitHub
- URL: https://github.com/orgzly/orgzly-android
- Owner: orgzly
- License: gpl-3.0
- Created: 2017-02-03T14:48:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T00:12:12.000Z (10 months ago)
- Last Synced: 2024-11-21T06:37:14.374Z (21 days ago)
- Topics: android, mobile, notes, org-mode, orgzly, outliner, productivity, tasks, todo
- Language: Kotlin
- Homepage: https://www.orgzly.com
- Size: 37 MB
- Stars: 2,700
- Watchers: 80
- Forks: 305
- Open Issues: 519
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
- stars - orgzly/orgzly-android - do lists (HarmonyOS / Windows Manager)
- awesome-kotlin - orgzly-android - Outliner for taking notes and managing to-do lists (Applications)
- awesome-starred - orgzly-android - Outliner for taking notes and managing to-do lists (Kotlin)
- jimsghstars - orgzly/orgzly-android - Outliner for taking notes and managing to-do lists (Kotlin)
README
* Orgzly
Orgzly is an outliner for taking notes and managing to-do lists.
You can keep notebooks stored in plain-text and have them synchronized
with a directory on your mobile device, SD card, WebDAV server or Dropbox.Notebooks are saved in /Org mode/'s file format. “Org mode is for
keeping notes, maintaining TODO lists, planning projects, and
authoring documents with a fast and effective plain-text system.” See
http://orgmode.org for more information.** End-user documentation
Find out more here: https://github.com/orgzly/documentation
** Building & testing
If you don't use Android Studio and wish to [[https://developer.android.com/studio/build/building-cmdline.html][build]] and [[https://developer.android.com/studio/test/command-line.html][test]] the app
from command line, the standard set of Gradle tasks is available. For
example:- ~./gradlew build~ builds the project and generates APK files
- ~./gradlew connectedAndroidTest~ runs instrumented unit testsMake sure you [[https://developer.android.com/training/testing/espresso/setup][turn off animations]] for the device you're testing on.
** License
The project is licensed under the [[https://github.com/orgzly/orgzly-android/blob/master/LICENSE][GNU General Public License version 3 (or newer)]].