Is your feature request related to a problem? Please describe.
I'm always frustrated when I spend 30 minutes carefully configuring my README layout, skills, and socials, but if I clear my browser cache or use a different device, I have to start all over again.
Describe the solution you'd like
An "Export Config" button that downloads a small JSON file containing all the current form states. And an "Import Config" button to load it back in later.
Describe alternatives you've considered
Saving the state in localStorage (which might already be happening), but a downloadable file is more persistent and portable across devices.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I spend 30 minutes carefully configuring my README layout, skills, and socials, but if I clear my browser cache or use a different device, I have to start all over again.
Describe the solution you'd like
An "Export Config" button that downloads a small JSON file containing all the current form states. And an "Import Config" button to load it back in later.
Describe alternatives you've considered
Saving the state in
localStorage(which might already be happening), but a downloadable file is more persistent and portable across devices.