Skip to content

Refactor: Use Text with AttributedString instead of custom AttributedTextView #112

Description

@glasfisch3000

When displaying messages, FormattedBodyView currently uses the custom AttributedTextView, which displays a NSAttributedString using NSTextView. I think this could be done more easily with SwiftUI's Text and AttributedString.
This would fix #103.
It might even be possible to replace the custom markdown stuff with AttributedString's own markdown parsing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions