Enhancement: Support hyperlinks in custom footers #2959
jakubmieszczak
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 1 reply
-
A potential solution - I am assuming that there is a better way pull URLs/links with a library.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What features would you like to see added?
Ability to convert markdown links in footer environment variables to actual hyperlinks. Currently, my links defined in markdown syntax appear as plain text in the environment variable and are not being converted to actual clickable links. I'd like to enhance the footer component to understand markdown syntax for links and render them appropriately.
More details
LibreChat service allows me to define custom footers using the
CUSTOM_FOOTER
environment variable. I want to include markdown links in the footer, however, at the moment, these links are not converted to actual (clickable) hyperlinks, but they stay as plain text.Usage Scenario: A typical scenario would be pointing users to GitHub repository or to other documentation, which is hosted on another platform.
Which components are impacted by your request?
UI
Pictures
This is how UI looks like for
CUSTOM_FOOTER="Internal [ChatGPT documentation](https://placeholder-link.com)"
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions