Kartik K. Agaram b45ccee9af | ||
---|---|---|
assets | ||
0000-freewheeling-start | ||
0001-on | ||
0002-Debug_animations_in_progress | ||
0002-on.draw | ||
0003-Font_height | ||
0003-refresh_debug_animations | ||
0004-Line_height | ||
0004-on.update | ||
0005-Words | ||
0005-animate | ||
0006-Cursor_word | ||
0006-loiter | ||
0007-save_callstack | ||
0007-teach_mouse_release | ||
0008-Debug_animation_period | ||
0008-teach_keychord_press | ||
0009-teach_text_input | ||
0010-on.mouse_press | ||
0011-on.mouse_release | ||
0012-on.text_input | ||
0013-on.key_release | ||
0014-teach_key_release | ||
0015-draw_teach_word | ||
0016-on_word | ||
0017-teach_mouse_press | ||
0018-to_word_idx | ||
0019-on_record | ||
0020-on_play | ||
0021-draw_teach_screen | ||
0022-draw_new_word_button | ||
0023-on_new_word_button | ||
0024-Playing_source | ||
0025-draw_playing_button | ||
0026-Recording_device | ||
0027-draw_recording_button | ||
0028-Recording_word | ||
0029-draw_record_button | ||
0030-draw_play_button | ||
0031-save_wav | ||
0032-exists | ||
0033-file_exists | ||
0034-record | ||
0035-Workbook | ||
0036-Mode | ||
0037-on.save_settings | ||
0038-on.initialize | ||
0039-Answer_idx | ||
0040-draw_learn_screen | ||
0041-learn_mouse_press | ||
0042-learn_mouse_release | ||
0043-learn_text_input | ||
0044-learn_key_release | ||
0045-new_word | ||
0046-on.load_settings | ||
0047-play | ||
0048-learn_initialize | ||
0049-learn_keychord_press | ||
0050-on.keychord_press | ||
LICENSE.txt | ||
Manual_tests.md | ||
MemoryReferenceInfo.lua.0 | ||
MemoryReferenceInfo.lua.unused | ||
README.md | ||
app.lua | ||
button.lua | ||
default_map | ||
edit.lua | ||
file.lua | ||
json.lua | ||
keychord.lua | ||
live.lua | ||
main.lua | ||
nativefs.lua | ||
reference.md | ||
sample.wav | ||
search.lua | ||
select.lua | ||
test.lua | ||
text.lua | ||
text_tests | ||
text_tests.lua | ||
undo.lua | ||
wav.lua |
README.md
A flashcard app for drilling spellings of words
A flashcard app for spellings of words based on audio recordings. Press Tab
to toggle to "teacher" mode where you can add words and record audio for them.
This repo is an example of a Freewheeling App, designed above all to be easy to run, easy to modify and easy to share.
Getting started
Install LÖVE. It's just a 5MB download, open-source and extremely well-behaved.
Hacking
To modify it live without restarting the app each time, download the driver app. Here's an example session using a different freewheeling app:
Some reference documentation on how to create your own apps.
If the app being modified by the driver lives in a .love file, your changes will go into the save directory. If it lives in a directory (like this repo), your changes will go straight into the same directory.
Keyboard shortcuts
#
to toggle between teacher and student mode
In teaching mode:
ctrl+n
to add a new word
Exclusively tested so far with a US keyboard layout. If you use a different layout, please let me know if things worked, or if you found anything amiss: http://akkartik.name/contact
Known issues
Mirrors and Forks
This repo is a fork of lines.love, an editor for plain text where you can also seamlessly insert line drawings. Its immediate upstream is the template repo for freewheeling apps. Updates to it can be downloaded from the following mirrors:
- https://git.sr.ht/~akkartik/spell-cards.love
- https://tildegit.org/akkartik/spell-cards.love
- https://git.merveilles.town/akkartik/spell-cards.love
- https://nest.pijul.com/akkartik/spell-cards.love (using the Pijul version control system)
Further forks are encouraged. If you show me your fork, I'll link to it here.
Feedback
Most appreciated. Messages, PRs, patches, forks, it's all good.