Blog post import/export #481
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#481
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some users might wanna move to another instance or to another platform. They need a way to take their blog posts and media with them.
There should be a way in the web interface to get an archive containing every post as a separate text file (probably named slug.md) and the associated media files. Bonus point for API endpoint and CLI command 😉
Maybe one can get some inspiration from static site generators to store associated metadata in post files (like publication date, draft status, header media, etc.)
Something like what Hugo does for example : https://gohugo.io/content-management/front-matter/