storyblok-rich-text-renderer icon indicating copy to clipboard operation
storyblok-rich-text-renderer copied to clipboard

Fast renderer for your rich-text content.

Results 16 storyblok-rich-text-renderer issues
Sort by recently updated
recently updated
newest added

Hello, How do I add classes to the default renderer component? The Classes I added on the element is stripped off when the component renders. ``

enhancement
v2

``` "@marvr/storyblok-rich-text-vue-renderer": "^2.0.1", "@vue/composition-api": "^1.2.1", "nuxt": "^2.15.7",' ``` Using the resolver and custom component as seen below I get an error message "the client-side rendered virtual DOM tree is not...

bug
v2

**Is your feature request related to a problem? Please describe.** At the moment you can only override a resolver but it's not possible to pass props like `class` to it....

enhancement
v2

Using Storyblok's visual editor to render a component with `rich-text-renderer` in it. `setup` renders the initial state of the field but subsequent updates to the content do not change the...

v2

Hello @MarvinRudolph, could we use `` and `` instead of `` and `` as markup for bold and italic? 😬 I can also send a PR by myself if you...

v2

# Describe issue Passing custom resolvers for `bloks` inside via the plugin was overwriting the rest of default resolvers, causing errors. Also, custom resolvers where not rendered ``` import CustomComponent...