-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Enable hyperlinks in in-tool Help field #3579
Comments
I would like to help with this issue |
Thanks! Note that there will be a few design decisions to do on this issue, so perhaps it's worth discussing your approach here before opening a pull request, to make sure we agree on the direction. |
I think allowing HTML in translations is a sensible way to go. Since we review the translation updates as pull requests we can consider these strings as trusted. Allowing HTML markup could be an opportunity to style code samples more nicely (such as |
I agree, I will go with that approach then and create a pull request. |
Hey, I am new to open source contribution. I see even though @sarahelshabrawy has issued a pull request, there were merge conflicts. This issue seems like something I could work on. I am not sure if @sarahelshabrawy is already working on it, can I also try for the same issue? |
@NikitaEmberi The issue is still assigned to them and the last activity was only a few days ago. Please choose an issue which isn't assigned to anyone. |
I solved the conflicts I had. |
The expressions editor window includes a Help tab that has some plain-text information about each variable and function.
I am editing this text right now to match the user manual. I'd like the fields to render with links (they currently just have full URLS that users can copy-paste).
If you look into the code, you'll find that the function files themselves support the Help entries, for example for
cross()
:Proposed solution
Render these text entries with hyperlinks, somehow! Whether it's simple HTML or markdown or what-have-you, I can work with it.
The text was updated successfully, but these errors were encountered: