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
{{ message }}
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
When users want to modify their readme already created with GitHub Profilinator, they need to start from scratch as there is no config option.
Describe the solution you'd like
At markdown generation, the config can be added to it as comments then it can be loaded directly by providing the link to the existing readmes generated via GitHub Profilinator.
Describe alternatives you've considered
An alternative would be allowing users to download the config but again they will have to manage storage, add it to the readme as comment looks like a better solution.
Additional context
none
TODO
Add config to the generated readme code as markdown/html comment
Add load config button in the sidebar, that will take GitHub username or a readme link from the user and load the previously saved config in the web app.
Is your feature request related to a problem? Please describe.
When users want to modify their readme already created with GitHub Profilinator, they need to start from scratch as there is no config option.
Describe the solution you'd like
At markdown generation, the config can be added to it as comments then it can be loaded directly by providing the link to the existing readmes generated via GitHub Profilinator.
Describe alternatives you've considered
An alternative would be allowing users to download the config but again they will have to manage storage, add it to the readme as comment looks like a better solution.
Additional context
none
TODO