Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog rss import #243

Open
erlend-sh opened this issue Nov 18, 2024 · 1 comment
Open

Blog rss import #243

erlend-sh opened this issue Nov 18, 2024 · 1 comment
Assignees

Comments

@erlend-sh
Copy link
Contributor

erlend-sh commented Nov 18, 2024

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
Copy link
Collaborator

zicklag commented Nov 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants