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

Map HTML tags to custom composables

Open tunjid opened this issue 2 years ago • 1 comments

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 graph data.

I'd be nice if we had a way to intercept the HTML tags being rendered, read metadata from within it and substitute in our own custom composable.

tunjid avatar Jan 21 '22 14:01 tunjid

Any update on this issues ?

HuixingWong avatar Aug 28 '23 05:08 HuixingWong