Skip to content
Discussion options

You must be logged in to vote

the solution from marvr doesn't work for us (pflege.de).
we set up a custom solution for the issues, that is easy to maintain and doesn't need any further dependencies. we have a component for the richtext rendering.

the component gets the richtext-json and loop trough the root level and rearranged it into 3 categories:

  • components (will be used as component)
  • images (will be used as NuxtImage)
  • text (v-html with listeners for internal links)

.. the template renders the new array with "categorization" and renders each category individually.
after the rendering we setup a watcher for the links, that checks, if it is a internal link and catches the events and handle clicks to internal links …

Replies: 35 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by imranolas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question [General] Question rather than issue nuxt [Package] `storyblok-nuxt` related issues.
8 participants
Converted from issue

This discussion was converted from issue #92 on June 19, 2025 15:36.