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

[Feature request] Allow cloze context per-card customization #96

Open cashpw opened 1 year ago

cashpw commented 1 year ago

Allow users to customize the number of contextual clozes shown in a 'context card on a per-card basis.

l3kn commented 1 year ago

I'll take a look at this, should be reasonably easy to implement but needs some changes to the cloze card code to make sure the property is read only once per card, not once per cloze hole.

What kind of user interface are you thinking of? Would a single function ...-set-cloze-context be sufficient?