NuPlay / RichText

Easily show RichText(html) in SwiftUI
MIT License
209 stars 36 forks source link

CSS Support, Improvements #7

Closed macbookator closed 2 years ago

macbookator commented 2 years ago
NuPlay commented 2 years ago

Custom CSS is a good function. But if you do that. Custom CSS is added to the default CSS.

So if the user uses Custom CSS, why don't we let only Custom CSS work? 😃

alyxb commented 2 years ago

Why was this PR closed? I would like to use this version of the repo – is RichText still being developed?

macbookator commented 2 years ago

I personally continuing to develop RichText on my fork repo. I solved critical performance issues and added a lot of features. And I will continue to develop it. I can open a PR request again if @NuPlay want.

Latest Version - https://github.com/macbookator/RichText For Only Custom CSS Support - https://github.com/macbookator/RichText/commit/53c3bf6541ad5f4b82753496e82d6515ca783f47

NuPlay commented 2 years ago

Your code looks very good. If you open the PR request, I will merge it.

And I'm going to start the 2.0 beta after modifying the readme.

macbookator commented 2 years ago

Sure.