compose-richtext icon indicating copy to clipboard operation
compose-richtext copied to clipboard

A collection of Compose libraries for advanced text formatting and alternative display types.

Results 32 compose-richtext issues
Sort by recently updated
recently updated
newest added

I'm using an image from assets folder `![image](file:///android_asset/image.jpg "Image")` I tried to resize my image like this 👉 `![image](file:///android_asset/image.jpg =100x20 "Image")`, i also tried with HTML, but it doesn't work.

enhancement

1. It seems like there are no Compose Previews when trying to use this Compose component (see screenshot) 2. If we provide markdown with an image component in it (...

From https://twitter.com/richp_2003/status/1507732205241610245 I have Tabs, a lazy column and a sticky button on the bottom of screen. Now lazy column has a view that can be dismissed by user. I...

bug

In the past in React, I've used https://github.com/remarkjs/react-markdown to render url tags with custom react components. For example a github link can be rendered as card with the projects open...

enhancement

I've just found this awesome library. I love your attempt. I hope that compose-richtext will support LaTeX soon.

CodeBlock and Heading have alternative overloads that take literal text content. These alternatives are proxies to actual implementation which takes composable children. Only child that is passed to actual composable...

Table API under RichText is very limited at this time due to fixed layout constraints. Spreadsheet like tables usually require unlimited horizontal and vertical scroll, while rows and columns have...

enhancement

E.g. table cell styles (header, alternating rows, etc) could all be configured with a single `Modifier` property.

duplicate
enhancement