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
It seems that there are two ways to keep the text content in RSS feeds. Most of them use the <description> tag, but some of them still use <content:encoded>.
It seems that this service handles the <description> tags only. Is it possible to support the <content:encoded> way as well? Maybe the template is like this:
item.link and item.title
item.desciption
------
item.content:encoded (if it exists)
------
attachments (images?) // audio support is on the way:
https://github.com/tootsuite/mastodon/pull/9480
It seems that there are two ways to keep the text content in RSS feeds. Most of them use the
<description>
tag, but some of them still use<content:encoded>
.Reference: https://developer.mozilla.org/en-US/docs/Archive/RSS/Article/Why_RSS_Content_Module_is_Popular_-_Including_HTML_Contents
It seems that this service handles the
<description>
tags only. Is it possible to support the<content:encoded>
way as well? Maybe the template is like this:Well, I come to request this feature because one of my feeds, https://bots.tinysubversions.com/u/theinitium, is not showing the full text content in Mastodon, and here is a formatted sample: feeds.txt.
And by the way, thanks for your work! It's quite convenient for RSS users!
The text was updated successfully, but these errors were encountered: