This year I put a lot more work into #Orgro (https://orgro.org). I released a bunch of big features:

- Search result navigation UI
- SVG support
- Editing support! 🎉
- Undo/redo
- Jump to/from footnotes
- Support for local variables, #+STARTUP settings
- (Soon!) Decryption/reencryption of Org Crypt sections

The wildest yak shave I went on was support for local variables: I made an entire Elisp execution engine in order to support the `eval` keyword! (Don't tell Apple 🤫)

#Emacs #orgmode

Orgro

A mobile Org Mode file editor and viewer

@amake Speaking of org mode, I'd love to see org-roam being properly usable on mobile. That whole wiki aspect is great, but more so when it could be edited on the fly.

@tim_lavoie There is an issue tracking org-roam support:
https://github.com/amake/orgro/issues/17

It's difficult to support it well on mobile because the way you can access the filesystem is very limited, making resolving ID links to other files non-trivial.

As for (full) editing, making that comfortable on mobile is an exercise in UI design and implementation that may be beyond me.

Support for org-roam · Issue #17 · amake/orgro

It's kinda hard to navigate org-roam files without org-roam. it lets you search for titles: #+title: note title and show backlinks.

GitHub
@amake Good to know, thanks!