muni-town / weird

Weird web pages
https://weird.one
Other
49 stars 11 forks source link

Blog rss import #243

Open erlend-sh opened 3 days ago

erlend-sh commented 3 days ago

Users should be able to import full blog posts into their Weird profile via an RSS feed, like this:

https://dev.to/p/publishing_from_rss_guide https://dev.to/tessak22/connecting-your-rss-feed-url-for-easy-publishing-to-dev-to-31de image

‘mark RSS source as canonical’ will start out as a hardcoded default. The first use case for this feature is as an archival backup for external sources.

Bit of useful reference in #216

Later:

zicklag commented 2 days ago

Something we'll need for this is "subpages". Basically pages that are saved under other pages. We're already data with hierarchy paths, similar to a filesystem, so all we need to do is:

So it's mostly UI changes, all the functionality is essentially there, it just needs to be shifted around.