Aaron Madlon-Kay

Results 167 comments of Aaron Madlon-Kay

Thanks for clarifying that you're using Google Drive. > The files are not accessible when offline If the data isn't cached locally, for instance by having opened the file at...

Thanks for the request. This currently doesn't work because document content is not interpreted in any way. To understand that the `attachment:` link should be resolved relative to `orgro-test` Orgro...

On iOS, specifying my custom UTI for org-mode files when calling `UIDocumentPickerViewController.init(documentTypes:in:)` does work to show only org-mode files as selectable. However Google Drive appears to be buggy and will...

On iOS I tried: - Setting a custom icon for the org-mode doc UTI. It turns out the system knows that the files are plain text, so it always shows...

The next version (pending review; may be on [TestFlight](https://testflight.apple.com/join/8YTxcuZC) soon) will show the file extensions. But in my testing the file picker's search doesn't find file extensions :(

Thanks for the request. I didn't even know `hi-lock-mode` existed. It's an interesting feature, but unfortunately this would basically require me to reimplement `hi-lock-mode` in Dart. That's not impossible, but...

Thanks for the request. Here's what I wrote about editing previously: Editing would be a very big stretch goal. File access I don’t think is the main hurdle. Off the...

[Markor](https://github.com/gsantner/markor) has been suggested as inspiration for implementing editing.

I made my [own parser for Orgro](https://github.com/amake/org_parser) in Dart. [Organice's org_parser](https://github.com/200ok-ch/org-parser) is written in Clojure, and I can't see any path to making that run on iOS, so it's a...

> I can see something like "org capture" that appends a headline with some other data (e.g. default TODO state, scheduled "today", etc). Sure, "just support appending new sections" is...