{ "notepad": { "title": "My Notes", "created": "2026-04-14", "notes": [ { "id": 1, "title": "Meeting notes", "content": "Discuss Q2 goals with the team. Action items: budget review, timeline update.", "tags": ["work", "meeting"], "done": false }, { "id": 2, "title": "Shopping list", "content": "Milk, eggs, bread, coffee, spinach.", "tags": ["personal"], "done": false }, { "id": 3, "title": "Idea for project", "content": "Implement dark mode and export to PDF.", "tags": ["dev", "feature"], "done": true } ] } }