Over at Can we allow iframes to tiddlytalk content and is there problems doing it? - #10 by wiki_user I was able to look at our Discourse.
I see in the header reference to RSS feeds … of which I was unaware …
POSTS … <link rel="alternate" type="application/rss+xml" title="Latest posts" href="https://talk.tiddlywiki.org/posts.rss" />
TOPICS …<link rel="alternate" type="application/rss+xml" title="Latest topics" href="https://talk.tiddlywiki.org/latest.rss" />
Q: Do we have an In-TiddlyWiki reader for these?
Just wondering!
TT
I just tried the Posts feed (Talk TW - Latest posts) at feedreader.com.
It only shows posts from October 2024??
TT
The Topics feed (Talk TW - Latest topics) shows the latest 30 accurately…
saqimtiaz’s Feed Reader gets close, although the <description> is shown as raw text.
I’m not sure how to tweak the code in feedreader to parse the text rather than having escaped html. I tried changing from <xsl:value-of select="description" disable-output-escaping="yes"/> to <xsl:copy-of select=“description”> but didn’t help. Way outside my wheelhouse.