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
I’ve added a new feature to Mermeid that allows downloading XML files using JavaScript. The implementation fetches data from a defined endpoint, enabling users to trigger downloads directly from the interface and all the files are included in the zip archive.
This endpoint is also designed with automation in mind — for example, it can be used in the future to automatically download data from Mermeid and push it to another repository via a scheduled cron job.
I've attached a demo video that shows how the feature works. Please have a look and feel free to share any feedback.