Skip to content

m-gail/QuokkaOrg

Repository files navigation

QuokkaOrg - Mobile Agenda Viewer

App

What is the app for

QuokkaOrg is an app, that simply lets you view any events you have specified in your org-files.

To use it, you first have to choose the directory containing your org-files on the settings tab, the app will then parse all files in the directory you chose and extract the timestamps you have specified there. For example:

* Uni
** Algorithms and Datastructures Test
<2025-08-12 Wed 18:00>
** Analysis Test
<2025-08-13 Wed 16:00>
* Private
** Cycling Race
<2025-09-02 Wed 15:00>

Will show the following events inside your calendar:

  • “Uni > Algorithms and Datastructures Test” on August 12th
  • “Uni > Analysis Test” on August 13th
  • “Private > Cyling Race” on September 2nd

Screenshots

Development

To install dependencies:

npm install
npm run grammar # will build install the tree-sitter-org grammar from the submodule

To run the app on your mobile device, first run the following command. Afterwards you can install the app by pressing the run button in Android Studio.

npm run build && npx cap sync

For quicker development you can start a web-version of the app. It will run at http://localhost:5173

npm run dev

About

An orgmode based calendar app

Resources

License

Stars

Watchers

Forks

Contributors