## Notas
Para mostrar la próxima tarjeta, hace estas instrucciones:
1. Check to make sure cards directory exists
1. If no cards directory exists, show error message
2. If no cards exist in directory, show error message
2. Check to make sure today's directory exists
1. Create it if it doesn't exist, and show message
3. Show random card
1. Load cards from cards directory
1. If no cards directory exists, show error message
2. If no cards exist in directory, show error message
2. Load cards from todays directory
1. Create it if it doesn't exist, and show message
3. Remove all cards from cards directory that is in todays directory
4. Apply algorithm to figure out if a card needs to be displayed and filter out unneeded cards
5. Randomly choose
## Referencias
- [[VSCode Extension for Spaced Repetition]]