Web app technique I’m considering:
decks/
flash-cards.md
flash-cards.json
App stores state in JSON file:
• Pro: Syncing state between devices via file system
• Con: User must select directory first (via OS), deck second (via app). Why? So that the app can write a sibling file to the directory.
