Atributika icon indicating copy to clipboard operation
Atributika copied to clipboard

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.

Results 36 Atributika issues
Sort by recently updated
recently updated
newest added

the framework does not seems to detect underscore (_) in the mention string

It is a great library to for attributed labels @mentions and #tags. I also need a library which should detect # and @ and then return search string after those...

enhancement
waiting for more details

Added logic to process grouped tags: GroupedStyle([b, i], attributes) `text` => would be detected as separate style

`Atributika version`: `4.9.9` `Xcode version`: `12.0` `MacOS version`: `10.15.6` `Commandline input`: `carthage update --no-use-binaries --platform iOS` Commandline Output: ``` *** Building scheme "Atributika-iOS" in Atributika.xcodeproj Build Failed Task failed with...

wontfix
waiting for more details

When I use .normal `StyleType` it works as expected, but by setting .highlighted causes it to change to "all" foreground color Below is my code for the **more** tag: `...

bug
waiting for more details

Links or buttons are recommended to have [hit targets of 44x44](https://www.w3.org/WAI/WCAG21/Understanding/target-size.html). Additionally to support this larger hit targets, I need to make a custom AttributedLabel hitTest method for the View...

enhancement

- Only iOS 13 and higher - Text without links does not disappears, but with links disappears - Use custom transition animations between view controllers ![text_with_links_disappears](https://user-images.githubusercontent.com/25707911/91709328-43481380-eb8b-11ea-9814-70197dd957f4.gif)

bug
waiting for more details

Hello, thank you for the project I found very useful for my needs. However, I got some problems detecting `img` HTML tag in a `p` HTML tag. My string looks...

bug

Hi, Thank you for making such a great package! I've noticed that sometimes, the naming is causing some confusions, especially with SwiftUI as we have `Text` as a replacement of...

enhancement

I think we shouldn't ask for `.highlighted` attributes fo this. Instead it could all be handled in the`onClick` configuration block.

enhancement