Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Render URLs in scene description as clickable links #1822

Open
SR6Sensation opened this issue Aug 14, 2024 · 1 comment
Open

Comments

@SR6Sensation
Copy link
Contributor

It would be useful to be able to add clickable links to the scene description.

Proposal: Automatically render all links starting with http:// or https:// using tags.

@SR6Sensation
Copy link
Contributor Author

SR6Sensation commented Aug 14, 2024

Currently, adding tags within the description text does not render the tags properly. They show up non-clickable in the Description view.

Reason: Details.vue line 357 interpolation:

{{ item.synopsis }}

Solution: Use v-html instead of interpolation:

<div v-html="item.synopsis"></div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant