gugutu / Anki-Note-Linker

Link Anki notes to build knowledge network
https://ankiweb.net/shared/info/1077002392
GNU Affero General Public License v3.0
29 stars 3 forks source link

Displaying the contents of the field of another card. #8

Closed Zaxvatov closed 4 months ago

Zaxvatov commented 6 months ago

Hi. When learning a foreign language, I need functionality that will display the contents of the field of another card. Is it possible to implement this with your addon? That is, I would not like to link to another card, but just show the contents.

For example EN - DE Grandma = die Grossmutter = die Oma. With a frequency of 3.98 and 4.49, respectively. Accordingly, in order not to create fields of Frequency 1 and Frequency 2 for one common record, I decided to normalize it and divide it into 2 records. 1) Grandma = die Grossmutter, 3,98 2) Grandma = die Oma, 4,49

Yes, ANKI now highlights these recordings as duplicates, but I admit it.

But now, we come directly to the study. When the DE-EN card is displayed to me, there are no problems, since there is a clear understanding of what the answer will be. die Grossmutter= Grandma; die Oma = Grandma But when the EN-DE card is displayed, there will be uncertainty about which record is in front of your eyes, because there are 2 options. (And I, for example, only remembered one of them)

Therefore, I think that the most correct way would be to display the total value. Grandma = die Grossmutter, die Oma

In the current release, I can link to the second card, but in this case I need to open another card to see the answer. It would be enough for me if I saw this answer on the first card.

Perhaps you know an addon that can be used to solve this problem? Or you can suggest the appropriate code or a script.

Best regards.

gugutu commented 6 months ago

Hello, currently my addon cannot achieve the function you want. If I understand correctly, you may want to use the same question to correspond to multiple answers, and each answer will be treated as a different card in the Anki, and all answers will be displayed when the answer is displayed. You can try using Anki's cloze template, I'm not sure if this will meet your needs?