You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
I know that I'm requesting a feature for Codename Starlight (SwiftUI) and not for Hyperspace Desktop (JS).
Previously, we aimed to try rendering the sanitized HTML content from a status with #6. However, with the new improvements in SwiftUI, we should be able to convert this into Markdown for SwiftUI to render on its own.
Tasks
Convert emojicodes (:thumbsup:) into their corresponding emojis (👍🏻)
Parse anchor tags (<a>) into proper Markdown links that the deep linker can use
Strip away basic HTML attributes and replace them with Markdown equivalents (ex.: <b> to **, <I> to _)