st3v3nmw / obsidian-spaced-repetition

Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian
https://www.stephenmwangi.com/obsidian-spaced-repetition/
MIT License
1.6k stars 192 forks source link

[FEAT]: Type the answers #1179

Open airiammmm opened 3 days ago

airiammmm commented 3 days ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Typing the answers enhances memory retention of information. I hope you'll consider incorporating this feature in the plug in. I really like the spaced repetition in obsidian because it allows me to diversify the information I'm learning and i believe this feature will make the plug in even better IMG_2354

Additional context

No response

dmantisk commented 3 days ago

For a temporary/alternate solution, I'd suggest the Meta-bind plugin. It allows for the creation of text/numerical input fields which do show up in the flashcards review pane

airiammmm commented 2 days ago

For a temporary/alternate solution, I'd suggest the Meta-bind plugin. It allows for the creation of text/numerical input fields which do show up in the flashcards review pane

can you elaborate on this? may i see how does this work?

dmantisk commented 1 day ago

An example

Example question
`INPUT[text]`
%%?%%
Example answer

Here %%?%% is the tag I use for multi-line flashcards; The default should be ? or something.

And this is how it will look image With answer image

It does have problems with text input as it conflicts with the shortcuts (you can't use s or space, etc.)

Currently I only need it for numerical answers, so it's still useful. I just use INPUT[number] for that which limits the input field to numbers.