iafisher / drill

Spaced-repetition quizzes on the command line
MIT License
2 stars 0 forks source link

In-quiz command to edit current question #32

Closed iafisher closed 4 years ago

iafisher commented 4 years ago

If I tag each question with a line number from the corresponding FileEntry object, it should be possible to have the editor (if it's vim) open the file to the exact line number of the question.

Would be good to write a launch_editor function shared between the edit subcommand and this new functionality.