TryGhost / Ghost

Independent technology for modern publishing, memberships, subscriptions and newsletters.
https://ghost.org
MIT License
46.22k stars 10.1k forks source link

🎨 Improve the presentation of bookmark, video and audio cards in RSS readers #20452

Open daviddarnes opened 1 week ago

daviddarnes commented 1 week ago

Myself, and my readers, have noticed the bookmark card can look really messy when viewing it within an RSS reader. In addition the video and audio cards can look broken. This is down to the RSS reader blocking CSS and JS files, which means bookmark cards don't get their tidy layout and the video & audio cards have unstyled and broken UI floating under them.

This change does some HTML manipulation to clean up those cards by either removing some elements or using alternative elements to better present the content.