Andrew Eades
Andrew Eades
Apologies. I had some CI build issues as I was rushing like an idiot and just uploaded the file thinking it would work. It obviously builds on my Catalina set...
Oh. That’s why. I’ll do that next time. I’m not expecting this to go straight in BTW. There are a couple of questions re fonts and whether it should really...
> The implementation doesn't support the theme font. That's right. I had some questions regarding font support as the SwiftUI way would be to use the `.font` view modifier. We...
After thinking about this a bit more... Maybe do 1 **and** make a syntaxHighlight view modifier that highlights and applies a font modifier.
My use case is demoed [here](https://www.intrepidfrog.com/2020/01/03/my-app-browsing.html). I highlight the main text and the minimap using the same theme but with a different font applied to each.
I will look into this again when I have some spare time. I will have to schedule some Open Source hours.
> @andreweades Any plans to get this to completion? I think SwiftUI support for [AttributedString](https://developer.apple.com/documentation/foundation/attributedstring) supplants this.
I’m pretty sure that if you use my fork it will work as desired as that is how I used it. I was using it for a minimap in a...
I would like to look into this as I use Helix in preference to vim when I can. But how to do it? Is it a complete new mode? Or...
@clo4 Good point. I use a custom Helix keymap as some of my muscle memory from VIM does not translate well. I try to limit the amount of mousing as...