l3kn / org-fc

Spaced Repetition System for Emacs org-mode
https://www.leonrische.me/fc/index.html
GNU General Public License v3.0
258 stars 31 forks source link

Add in a transient for interacting with org-fc #117

Open swflint opened 8 months ago

l3kn commented 6 months ago

With the current version of org-fc, there are now three points of the review process audio files can be attached to, before-setup, after-setup and after-flip.

Do you have a preference on how the key bindings should be changed to include these?

swflint commented 6 months ago

I'll update the PR, but here's my thought:

l3kn commented 6 months ago

Thanks, that seems sensible! Something like "ab" (before everything else), "as" (after setup) and "af" (after flip) might also work. When editing or writing cards, another audio command I frequently use is org-fc-audio-play which could get a "ap" binding.

Just like with the hydra, users with specific needs or other preferences can use these files as templates for their own implementations so I don't think the details are too important as long as the most common functions are available.

swflint commented 6 months ago

I like those better, and good idea on adding the play binding. Updated!