Data Management
Export Data
Download your data as JSON files for backup or sharing.
Export Individual Categories:
Import Data
Upload JSON files to import data. New items will be added to existing data.
Import Individual Categories:
Danger Zone
Permanently delete data. This cannot be undone!
JSON Format Reference
Use these formats when creating import files:
Flashcards
[
{
"front": "Question",
"back": "Answer",
"subject": "Topic"
}
]
Formulas
[
{
"name": "Formula Name",
"formula": "V = IR",
"subject": "Circuits",
"description": "Optional",
"tags": "tag1, tag2"
}
]