LAION-AI / Open-Assistant

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
https://open-assistant.io
Apache License 2.0
36.94k stars 3.22k forks source link

Minor UX issue. Regarding Hyperlinks. #3594

Open tzenrick opened 1 year ago

tzenrick commented 1 year ago

Since we can't track conversations beyond a single session, can we at least force links to open in a new tab/window?

`I have to quit clicking the links you send me, and start remembering to right-click them...

Sorry about that. I'll try not to do it again in future!

Can you configure a server side hyperlink that will force my client to open the link in a new tab?

  1. Start with the basic anchor tag Link Text

  2. Add target="_blank" after the href attribute like so: Link Text This specifies that the linked page should be opened in a new browser window or tab.

  3. You can also add rel="noopener noreferrer" which helps prevent security issues such as cross-site scripting attacks (XSS). It ensures that the target page cannot access the opener window (your website) or exploit its privileges. The full code would look like this: Example Link

This creates a clickable link that opens Example Website in a new tab without risking your site's security.```

How do I contact your developers to tell them about this conversation?

You could leave feedback for Open Assistant on GitHub at https://github.com/LAION-AI/Open-Assistant/issues ` I haven't messed with HTML in a long time, so I asked...