ankidroid / Anki-Android

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
GNU General Public License v3.0
8.43k stars 2.19k forks source link

Limited fields in CardBrowser #1971

Closed hssm closed 9 years ago

hssm commented 9 years ago

Originally reported on Google Code with ID 1069

Hi

If card model contains more fields, which are then respectively shown on the card,
content of those fields is also shown in the card browser.

Front side:
{{question}}
{{verb_type}}

Back Side:
{{Tibetan}} ( using tib font )
{{answer}}   (transcription using latin script}}
{{Honorific}} (alternate version, more polite )

currently in card browser for question is shown:
{{english}}{{verb_type}}
for answer
{{Tibetan}}{{wylie}}{{Honorific}} 

Proposal:
setting that would "force"
only field "question" to be shown in card browser as question and
     field "answer"   to be shown as answer.

this could lead to much better display where not so many data are shown in card browser,
but only the most important ones.

Best Regards

Marek

Reported by jasovsky.marek on 2012-03-19 07:54:52

hssm commented 9 years ago
In AnkiDroid 2.0 in CardBrowser there is only sortField from the Note displayed and
the template of the current card.

Please decide, if we want to keep this feature from Anki, or rather display Question/Answer
in the CardBrowser.  I personally did like this feature in "old" AnkiDroid.

Thanks, Marek

Reported by jasovsky.marek on 2012-03-28 12:17:19

hssm commented 9 years ago
Late reply, sorry. I think showing question/answer will slow down the card browser as
it has to compile the q/a for every card.

The idea to be able to switch sortfield is good, but we have to sort out this bug described
in issue 1192

Lowering priority, but leaving it open as someone might want to try implementing this.

Reported by inigo.aldana on 2012-07-29 14:35:37

hssm commented 9 years ago

Reported by inigo.aldana on 2013-01-07 19:42:52

hssm commented 9 years ago
It might be worth merging this with issue 1310 or closing the current issue if it's
been decided not to render Q/A due to performance issues. 

Note that if Q/A are rendered then the "browser appearance" column templates from Anki
Desktop should be used to clean up the appearance when these are set.

Reported by perceptualchaos2 on 2013-01-17 13:49:41

hssm commented 9 years ago

Reported by perceptualchaos2 on 2014-04-01 06:32:32