#Why do my card browser display cards like the image but when I review they look perfectly fine?

14 messages · Page 1 of 1 (latest)

plucky obsidian
#

Each card has a forward and reverse direction.
The "From German" direction shows (only in the browser) the card as having the same answer and question

#

This is the "From German" front
<table class=small> <caption>
{{#Ranking}} <tr> <th># <td>{{Ranking}} {{/Ranking}}
{{#Part}} <tr> <th>Part <td>{{Part}} {{/Part}}
{{#Source}} <tr> <th>Source <td>{{Source}} {{/Source}}
</table>

<hr><tts preset=german>{{German}}</tts>

<div class="what front"><hr></div>

and this is the back
<div class=back > {{FrontSide}} </div>
<div class=what ><hr> <tts preset=english>{{English}}</tts> </div>
<div class=med>
{{#Example German}}<hr>{{Example German}}{{/Example German}}
{{#Example English}}<hr>{{Example English}}{{/Example English}}
{{#Example Source}}<hr>{{Example Source}}{{/Example Source}}
{{#Notes}}<hr>{{Notes}}{{/Notes}}
</div>

upbeat phoenix
icy maple
#

iirc it was something to do with "sort field" in the card

plucky obsidian
#

If I have browse options as cards then one of the cards looks like that.
what is wrong with sort field?

plucky obsidian
upbeat phoenix
#

If you're using another column, please show a screenshot with your column headers.

plucky obsidian
#

Here are the browser columns

plucky obsidian
#

Do I have to give up the {{FrontSide}}
part in my backside card?
So I cant show both the question and the answer on the back card?

short hill
#

I gave up on {{FrontSide}} ages ago, but I still show both question and answer on the backs. I just copy the relevant parts of the front template to the back also.

plucky obsidian
#

I found a solution