st3v3nmw / obsidian-spaced-repetition

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

[FEAT]: Spaced Repetition for language learning - dicctionary trainer #955

Open SeLiEnisyst opened 1 month ago

SeLiEnisyst commented 1 month ago

Is your feature request related to a problem? Please describe. I want to use spaced repetition to train my vocabulary in foreign languages I learn.

Describe the solution you'd like It would be very nice to have special "word separator". I could use this "word separator" while reading a text of foreign language in Obsidian, directly in the source text. For example:

Also it would be very nice to have the possibility to directly jump to that part of the note, where I added that word separator, just in case I would be interested of the whole sentence.

Thanks for that very nice plugin anyways! Silias

ronzulu commented 1 month ago

Hi @SeLiEnisyst

That sounds interesting. I assume you are wanting this to become a flashcard, is that correct?

So you are suggesting that the text would be:

picking a new painting, would be to succumb;;;;unterliegen to the very impatience

Please explain: (1) what would you like the front of the card to display? (2) after the user clicks on the answer button, what should be displayed - i.e. what is on "the back" of the card

Cheers Ronny

SeLiEnisyst commented 1 month ago

Hi Ronny, thanks a lot for your quick answer! :)

I think there are two ways for the front of the flashcard: 1st way: probably easier to implement, but maybe not as helpful as the the second way 2nd way: probably not so easy to implement, but definitely more helpful to learn vocabulary

1st way: front of the flashcard: succumb back of the flashcard: unterliegen => with this way, it would be very good, to have the possibility to directly jump to the original source, where I can find the whole sentence for reference

2nd way: here the syntax should be somehow like this:

;;;;picking a new painting, would be {{to succumb}};;;;{{unterliegen}} to the very impatience;;;;

front of the flashcard: picking a new painting, would be to succumb to the very impatience

back of the flashcard: unterliegen

Cheers, Silias

ronzulu commented 1 month ago

Hi Silias

Keep an eye on Cloze Update: Adds Cloze hints, Anki-Like Clozes, Cloze Overlapping and Custom Cloze Patterns #943

It currently is in draft form, and hasn't been reviewed, but if you have the time any feedback about it would be appreciated.

It possibly will give you the features that you want.

Cheers Ronny