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
‘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.
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.
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
‘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:
canonical_url
canonical_url
individually in a post’s metadata settings.The text was updated successfully, but these errors were encountered: