I guess hashnode backups should contain a frontmatter in each backup .md files like this:
---
title: Title of the blog post
thumbnail: /url-of-thumbnail
slug: /slug-of-the-post
tags: tag1, tag2
---
This would make importing the content to any other platform or hashnode itself a lot smoother.
No responses yet.