Martin Dufort
Martin Dufort
After reviewing how you do things, I was thinking of using an 'NSTextAttachment' for a certain range of characters within the attributedString. And thus replace the `- [ ]` with...
Hey Tony, I was able to quickly patch the `Diff+AppKit.swift` file to look for our use case and issue a `reload`. However that patch is far away from being usable...
This look like a lot of work that would be beneficial for this library. Before I send my own PR perhaps this one should be merged so we are not...
@GabeRoze Interesting use case as I want to do the same thing but with a list of todos... So basically if the current line is a todo (starts with [])...
Looks like I would also have a need to do this and intercept taps / mouse clicks and apply functions to a link or an image attachment. In my case,...
This is **working properly**. Can be closed off....
Will test things out and potentially issue a PR for this. Would adding this into RichTextPresenter protocol be the proper approach? LMK
TextKit2 is now almost mandatory given the new Writing Tools requirements.
What's the current status on having `link` support integrate into the `main` branch. Would love to use this...
OK, so after some reseeach, looks like the `UIHostingViewController` is capturing all touch events from going underneath the overlay. I've added this code which seems to resolve my issue. Not...