Skip to content

Display m.notice messages with proper markdown parsing - #115

Merged
viktorstrate merged 7 commits into
viktorstrate:mainfrom
glasfisch3000:114
Sep 23, 2026
Merged

viktorstrate merged 7 commits into
viktorstrate:mainfrom
glasfisch3000:114

Conversation

@glasfisch3000

Copy link
Copy Markdown
Contributor

This closes #114.
It adds the option to pass NSColor values to FormattedBodyView, since that's the only way to display colored markdown (the notice messages should appear gray). FormattedBodyView then computes the NSAttributedString right in the initializer, as opposed to during view rendering. This might even have some performance benefit, although I don't think it really makes a difference.

@viktorstrate
viktorstrate merged commit ade2996 into viktorstrate:main Sep 23, 2026
2 checks passed
@viktorstrate

Copy link
Copy Markdown
Owner

Thank you for the PR, I'm sorry that I've been absent from the project the last couple of months

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Markdown isn't parsed correctly on notice messages

2 participants