Convert Manage Cards export to carddata.js

On Manage Cards, choose Export cards (downloads carddata.json). This keeps only titles, text, and image paths — camelCase keys (frontTitle, …), compatible with static pages (A1.html, B1.html, B2.html) like carddata1.js.


    

Exported rows use snake_case (front_title, …); extra columns (id, deck_id, …) are dropped. Empty titles default to ""; missing images default to images/10.png. Open this HTML file locally in your browser (works offline).