Aaron Madlon-Kay

Results 167 comments of Aaron Madlon-Kay

Improved link support as described above will be in v1.19.0, which is pending approval for testing: - [Android](https://play.google.com/apps/testing/com.madlonkay.orgro) - [iOS](https://testflight.apple.com/join/8YTxcuZC)

v1.19.0 is out for all platforms.

Thanks for expanding on your idea. My main questions are: 1. What does the overall workflow look like when starting from scratch? When Orgro starts from a clean install, it...

The native-side machinery for examining the files' content will probably have a lot in common with #47.

> However, I was thinking about specifying a directory similar to `org-directory`/`org-roam-directory` and then parsing only this directory. Seems a bit limiting, but OK. > Following the previous point this...

Orgro is using standard Flutter text widgets, which do support RTL scripts, but I wouldn't be surprised to find that I'm doing something that breaks something. Can you please provide...

So were there any problems with RTL scripts in Orgro?

OK thanks. I may be able to do something about that. Are you able to provide a sample document? (Note to self: Probably make use of [Bidi](https://api.flutter.dev/flutter/intl/Bidi-class.html) in intl package)

That's an interesting idea. There is a Flutter plugin for that, so it could be doable: https://pub.dev/packages/local_auth I'm curious, though: how do you secure the file itself? Orgro doesn't store...

I don't see any API, at least in the Flutter package linked above, allowing use of biometrics to encrypt/decrypt or store values. All it offers is getting a boolean representing...