Helge Heß

Results 269 comments of Helge Heß

That actually looks like a macOS SwiftUI bug. I was already using a proper `Label` element as the `Button` content, but even attaching an explicit `accessibility(label:)` doesn't make a label...

You might want to split this issue into two, as it addresses two distinct topics: a) message parsing (change from Markdown to HTML) b) message composition (still parse Markdown, but...

If we keep this one for a), there are multiple options. The attributed string parser Nio is currently using can build quite complex stuff, e.g. paragraph formats for quotes. We...

It is documented in here: https://matrix.org/docs/spec/client_server/r0.6.1#id335 So that seems to allow open tags, at least it doesn't mention otherwise. > The strongly suggested set of HTML tags to permit, denying...

BTW: This also poses special challenges when _editing_ messages. One might want to warn the user when the client can't deal w/ special content (e.g. if it contains a table).

Major feature of Mattermost over Slack ;-)

I still think that this is likely a bug in SwiftUI itself, not in the CodeEditor.

Though two color pickers work alongside.

I wonder whether the behaviour is actually intentional. I.e. the NSColorWell is active, and you pick the color in some text field 🤔