Skip to content
/ orgro Public
forked from amake/orgro

An org-mode file viewer for iOS and Android

License

Notifications You must be signed in to change notification settings

nezmaka/orgro

 
 

Repository files navigation

Orgro

An org-mode file viewer for iOS and Android

See https://orgro.org for a demo video

What is org-mode?

Imagine a plain-text markup language like Markdown, but married to an application that is a literate programming environment and life organizer. In Emacs.

Why?

I started taking notes in org-mode at work, then found myself wanting to view them on my tablet in meetings. By default on iOS you can't open an .org file at all, as the OS doesn't even know that it's plain text.

I also wanted to try writing a parser with PetitParser; the result powers this application and is available as a separate library, org_parser.

Features

  • Syntax highlighting for most org-mode syntax structures
  • Expand and collapse sections, blocks, and drawers
  • Reflow text for easy viewing on narrow screens
  • Pretty table rendering
  • Functional external links and section links
  • Visibility cycling
  • Search
  • Narrowing
  • "Reader mode" where extraneous markup is hidden

See the manual for details.

Limitations

Orgro is a viewer. It does not support editing at all.

Many org-mode syntax structures are highlighted but not meaningfully interpreted.

Get it

Right now the only way to get Orgro is to install it manually:

  1. Install Flutter
  2. Clone this repo
  3. Attach your device and do flutter run from the repo root

It should be available in the Apple App Store and Google Play at some point.

Support Orgro

If you like this app, please show your support by sponsoring the author ❤️

About

An org-mode file viewer for iOS and Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 91.2%
  • Ruby 5.9%
  • Swift 1.8%
  • Other 1.1%