weird icon indicating copy to clipboard operation
weird copied to clipboard

Blog rss import

Open erlend-sh opened this issue 1 year ago • 1 comments

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:

  • Opt-out of canonical_url
  • Edit canonical_url individually in a post’s metadata settings.
  • https://github.com/muni-town/weird/issues/31

erlend-sh avatar Nov 18 '24 12:11 erlend-sh

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:

  • Add a way in the UI to create a page under another page and make sure it saves it at a path under the other
  • Right now we are currently storing revisions as children under the page, so we just have to make sure the UI for revisions only lists sub-items that have a timestamp as their path name.

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

zicklag avatar Nov 19 '24 14:11 zicklag