AttributedText
AttributedText copied to clipboard
Render attributed strings in SwiftUI
SwiftUI Runtime Issue: `Publishing changes from within view updates is not allowed, this will cause undefined behavior.` Xcode version: `14.0 beta 5` Can be reproduced by using this code: ```swift...
# Description A Pull Request to implement a solution for issue https://github.com/gonzalezreal/AttributedText/issues/21. Created linkTextAttributes environment value. Added linkTextAttributes view modifier. Set the linkTextAttributes in iOS, macOS, and tvOS based on...
Add a way to set the underlying text view's linkTextAttributes property.
# Description This pull request introduces possibility to override default behavior when interacting with URLs located inside of `NSAttributedString`. My use case is that I want to handle URLs in...
Add an API to allow or disallow interactions with attachments and links. See gonzalezreal/MarkdownUI#24
This PR includes the fix for thread warning yelled by Xcode when attempting to update text size outside of main thread.