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

[message-list] Add support for hyperlinks #7362

Open
MatthewVaadin opened this issue Apr 25, 2024 · 2 comments
Open

[message-list] Add support for hyperlinks #7362

MatthewVaadin opened this issue Apr 25, 2024 · 2 comments
Labels
enhancement New feature or request vaadin-messages

Comments

@MatthewVaadin
Copy link

Describe your motivation

Iván Ruiz in the message list documentation comments:

Are hyperlinks supported in this component?
...
It would be great to have this feature because it is common to share links, for example [when] interacting with a chatbot.

Sharing links when communicating ideas is a pretty common use case.

Describe the solution you'd like

As a basic feature, it should be possible to construct a message list item with a URI instead of a String. This should render as a link to the resource.

A more flexible solution would be to allow any component content to be added to the message part.

Describe alternatives you've considered

No response

Additional context

No response

@web-padawan web-padawan added enhancement New feature or request vaadin-messages labels Apr 25, 2024
@rolfsmeds
Copy link
Contributor

This falls under the bigger dilemma of how to provide rich text / mixed media support in messages (as LLMs can also return lists, images etc), and also somehow make that properly accessible.

@Avec112
Copy link

Avec112 commented Apr 30, 2024

A first step could be to support web links directly pasted into the message input person to person, for reference in the chatlog, etc. Ex. "You will find the information here https://information.site/look-here."

Support for AI Chatbot is next level. I say prioritize simple basic features first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vaadin-messages
Projects
None yet
Development

No branches or pull requests

4 participants