Taylor Lineman

Results 35 comments of Taylor Lineman

It would be possible to use swift tree sitter ([assuming this is the one](https://github.com/viktorstrate/swift-tree-sitter)). However, switching out the parser would require a full rewrite of the interactions between the parser...

I forget what this line does exactly, but it without it I’ve seen really odd issues in my text editor on iOS at least. I wouldn’t remove the code, maybe...

Okay after some looking I found the [commit](https://github.com/ActuallyZach/Firefly/commit/9f9be5336ffcb33e980148d4d7272306d2802031) that added this for my editor. I believe the reason for it was an issue with SwiftUI crashing when it was not...

This could be done on MacOS using native features. However doing it on iOS requires either a complete rewrite of the text renderer in Text Kit or a lot of...

> have no idea why someone would fork the project rather than just contribute changes directly 🤷‍♂️ Hey! I am the creator of Firefly, I made a separate repo because...

I will check this out over the weekend, after a quick glance, all looks good

There is not currently a way too disable line wrapping. I can look into a way to add a toggle-able api call to enable/disable it. Thanks for the suggestion.

Line wrapping can now be disabled on the macOS version of firefly. I am still looking into a way to do this for iOS.

I fixed the issue with the Share Sheet options now actually being toggled on. I can't seem to get the watch to stay not toggled. This may be an issue...

You can access the plaintext of a Jellycut by going through the files app document folder. Jellycuts stores all of its files publicly for you to access. Let me know...