Skip to content

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

Open
glasfisch3000 wants to merge 7 commits into
viktorstrate:mainfrom
glasfisch3000:114
Open

Display m.notice messages with proper markdown parsing#115
glasfisch3000 wants to merge 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.

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

1 participant