{"id":13491517,"url":"https://github.com/amake/orgro","last_synced_at":"2025-05-15T18:08:41.830Z","repository":{"id":41561401,"uuid":"241131387","full_name":"amake/orgro","owner":"amake","description":"An Org Mode app for iOS and Android","archived":false,"fork":false,"pushed_at":"2025-04-26T02:56:00.000Z","size":3451,"stargazers_count":567,"open_issues_count":31,"forks_count":32,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-04-26T03:41:00.287Z","etag":null,"topics":["android","editor","emacs","flutter","ios","org-mode","viewer"],"latest_commit_sha":null,"homepage":"https://orgro.org","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"amake"}},"created_at":"2020-02-17T14:44:24.000Z","updated_at":"2025-04-26T02:56:04.000Z","dependencies_parsed_at":"2023-09-22T23:00:29.384Z","dependency_job_id":"7b0d9514-c66e-437b-b478-3e5cfafd2fee","html_url":"https://github.com/amake/orgro","commit_stats":{"total_commits":1265,"total_committers":2,"mean_commits":632.5,"dds":0.0007905138339920903,"last_synced_commit":"5d44ad5c413875de3f409d94c3a3ff2625f7ced7"},"previous_names":[],"tags_count":169,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Forgro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Forgro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Forgro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amake%2Forgro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amake","download_url":"https://codeload.github.com/amake/orgro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254394722,"owners_count":22063984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","editor","emacs","flutter","ios","org-mode","viewer"],"created_at":"2024-07-31T19:00:57.792Z","updated_at":"2025-05-15T18:08:41.783Z","avatar_url":"https://github.com/amake.png","language":"Dart","readme":"[\u003cimg src=\"https://orgro.org/assets/appstore.png\" alt=\"Download on the App Store\" height=\"60\"\u003e](https://apps.apple.com/us/app/orgro/id1512580074?uo=4) [\u003cimg src=\"https://orgro.org/assets/playstore.png\" alt=\"Get it on Google Play\" height=\"60\"\u003e](https://play.google.com/store/apps/details?id=com.madlonkay.orgro) [\u003cimg src=\"https://orgro.org/assets/fdroid.png\" alt=\"Get it on F-Droid\" height=\"60\"\u003e](https://f-droid.org/packages/com.madlonkay.orgro/)\n\n# Orgro\n\nAn [Org Mode](https://orgmode.org/) app for iOS and Android\n\nhttps://github.com/amake/orgro/assets/2172537/a3d841a3-84f3-4c34-9381-c73ab4dc9249\n\n# What is Org Mode?\n\nImagine a plain-text markup language like Markdown, but married to an\napplication that is a literate programming environment and life organizer. In\n[Emacs](https://www.gnu.org/software/emacs/).\n\n# Why?\n\nI started taking notes in Org Mode at work, then found myself wanting to view\nthem on my tablet in meetings. By default on iOS you can't open an `.org` file\nat all, as the OS doesn't even know that it's plain text.\n\nOther mobile Org Mode apps are focused on very different things like to-dos or\ntask management; Orgro is instead first and foremost a *viewer*, letting you see\nand search the contents of your org files. (Recently it also gained editing\ncapabilities. I hope to enhance these in the future.)\n\nI also wanted to try writing a parser with\n[PetitParser](https://github.com/petitparser/dart-petitparser); the result\npowers this application and is available as a separate library,\n[org_parser](https://github.com/amake/org_parser).\n\n# Features\n\n- Syntax highlighting for most Org Mode syntax structures\n- Expand and collapse sections, blocks, and drawers\n- Reflow text for easy viewing on narrow screens\n- Pretty table rendering\n- Functional external links and section links (works well with\n  [Org-roam](https://www.orgroam.com/))\n- Visibility cycling\n- Search\n- Narrowing\n- [Sparse Tree](https://orgmode.org/manual/Sparse-Trees.html)-style filtering\n- \"Reader mode\" where extraneous markup is hidden\n- Inline and block LaTeX rendering\n- Jump to/from footnotes\n- Display [Org Cite](https://orgmode.org/manual/Citations.html) citations\n- Decrypt/encrypt [Org Crypt](https://orgmode.org/manual/Org-Crypt.html)\n  sections (currently symmetric keys only)\n- Editing capability\n  ([details](https://orgro.org/faq/#can-i-edit-my-files-with-orgro))\n- Honor document-local `#+STARTUP:` and `#+TODO:` directives\n\nSee the [manual](./assets/manual/orgro-manual.org) for details.\n\n# Limitations\n\nMany Org Mode syntax structures are highlighted but not meaningfully\ninterpreted.\n\n# FAQ\n\nSee [here](https://orgro.org/faq/)\n\n# Get it\n\nOrgro is available on the\n[App Store](https://apps.apple.com/us/app/orgro/id1512580074?uo=4),\n[Google Play](https://play.google.com/store/apps/details?id=com.madlonkay.orgro),\nand [F-Droid](https://f-droid.org/packages/com.madlonkay.orgro/), or you can\nbuild and install from source:\n\n1. Install [Flutter](https://flutter.dev/)\n2. Clone this repo\n3. Attach your device and do `flutter run` from the repo root\n\n# Support Orgro\n\nIf you like this app, please show your support by [sponsoring the\nauthor](https://github.com/sponsors/amake) ❤️\n","funding_links":["https://github.com/sponsors/amake"],"categories":["Dart","Misc","HarmonyOS"],"sub_categories":["Flutter","Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famake%2Forgro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famake%2Forgro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famake%2Forgro/lists"}