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

LSP: Parse Markdown to TextMeshPro rich text tags #728

Closed
Tracked by #686
falko17 opened this issue Apr 30, 2024 · 0 comments · Fixed by #751
Closed
Tracked by #686

LSP: Parse Markdown to TextMeshPro rich text tags #728

falko17 opened this issue Apr 30, 2024 · 0 comments · Fixed by #751
Assignees
Labels
Improvement Improvement of existing features

Comments

@falko17
Copy link
Collaborator

falko17 commented Apr 30, 2024

Currently, the LSPHandler simply strips away all markdown text (e.g., for the hover text).
Instead, we should use the already imported Markdig to convert the Markdown text to TextMeshPro rich text tags, which should make it much nicer to look at in the user interface.

@falko17 falko17 added the Improvement Improvement of existing features label Apr 30, 2024
@falko17 falko17 self-assigned this Apr 30, 2024
falko17 added a commit that referenced this issue Jul 20, 2024
falko17 added a commit that referenced this issue Jul 21, 2024
This also improves the tooltip a bit,
by giving it both a minimum and maximum width.
@koschke koschke closed this as completed in 134fc88 Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improvement of existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant