dfabulich
(Dan Fabulich)
28. September 2020 um 23:26
1
This example post on try.discourse.org includes spoilers.
Stupid toy company, spoiling the big reveal in season 3. Well, don’t look if you don’t want to, but this is kind of the point of thread:
Twilight Sparkle becomes a princess, and earns her wings. Yea, it was obvious in hindsight, we have the sun, and the moon, but no stars, right? And twilight sparkle - obvious, really. And sure, every girl wants friends and to be a princess, so, you know, it’s really just playing to the audience.
But look at the RSS feed for the general category:
https://try.discourse.org/c/general/5.rss
<p>Stupid toy company, spoiling the big reveal in season 3. Well, don’t look if you don’t want to, but this is kind of the point of thread:</p>
<div class="spoiler">
<p>Twilight Sparkle becomes a princess, and earns her wings. Yea, it was obvious in hindsight, we have the sun, and the moon, but no stars, right? And twilight sparkle - obvious, really. And sure, every girl wants friends and to be a princess, so, you know, it’s really just playing to the audience.</p>
</div>
The spoiler appears in a <div class="spoiler">
tag, but, without styles, that does nothing; the full spoiler appears in any RSS reader.
1 „Gefällt mir“
sam
(Sam Saffron)
28. September 2020 um 23:35
2
Marking this as feature request, agree it is a bit of a problem and that we should sort it out.
I guess the simplest thing is just to omit the spoiler altogether from RSS, @techAPJ seems like an easy change can you take it.
Not urgent.
2 „Gefällt mir“
dfabulich
(Dan Fabulich)
28. September 2020 um 23:52
3
I guess I agree that it’s not super urgent, but I think it’s a “bug” not a feature request.
I like the way spoilers are currently handled in emails: Spoilers are replaced with a link that says “spoiler .”
3 „Gefällt mir“
techAPJ
(Arpit Jalan)
9. September 2021 um 03:19
5
Implemented the same in RSS via:
committed 02:49PM - 08 Sep 21 UTC
This commit updates the RSS post content to use email formatting. Many
plugins … are using the `reduce_cooked` method to format content that is
not displayed outside of Discourse application. Using email formatting
also strips the secure media and various other things that is only meant
for Discourse client side application.
1 „Gefällt mir“
techAPJ
(Arpit Jalan)
Geschlossen,
10. September 2021 um 02:30
6
This topic was automatically closed after 23 hours. New replies are no longer allowed.