Aaron Madlon-Kay

Results 167 comments of Aaron Madlon-Kay

> - Medium difficultly: Ensuring faithful round-trip from text to parsed representations and back to text. I wouldn’t want to mangle files or make spurious changes, but I didn’t design...

Relevant discussion: https://github.com/petitparser/dart-petitparser/discussions/142

Update: I've gotten org_parser to the point where it can successfully round-trip verbatim some well-formed Org documents. The next hurdle is how to implement programmatic editing of the AST. Currently...

Zippers have proven to be fruitful. If they have a problem it's performance, as they inherently cause a lot of object allocations. So far it seems OK though. Locally I...

Initial support for editing will be in v1.32.0. Look for it soon: - [iOS](https://testflight.apple.com/join/8YTxcuZC) - [Android](https://play.google.com/store/apps/details?id=com.madlonkay.orgro)

v1.32.0 is now available for beta testing at the above links.

v1.32.0 is now released on the App Store and Google Play. It will be on F-Droid whenever the next build cycle completes.

v1.33.0 will soon be available for beta testing: - [iOS](https://testflight.apple.com/join/8YTxcuZC) - [Android](https://play.google.com/store/apps/details?id=com.madlonkay.orgro) It adds undo/redo, and a prompt to share unsaved changes if they can't be saved back to the...

v1.33.3 is now available everywhere. I'm going to close this ticket. For improvements to editing please open new tickets or discussion threads.

I never heard back from @YuriySharlai, but I will assume this is Android-specific. The reason Orgro shows up as a handler for lots of things is because it seems that...