dper / kanjiforanki

Takes a list of kanji and generates Anki flash cards for each them.
MIT License
11 stars 0 forks source link

Remove line break on front of card #9

Closed dper closed 10 years ago

dper commented 10 years ago

Right now there is a line break on the front. The kanji itself is on the top, and below that is a line break followed by the stroke count and grade level.

This is wasting vertical space. It would be better to have there be no extra line break and to put the stroke count and grade level on the same line, presumably separated from each other with some padding in CSS.

Another larger change is using multiple fields. That is probably desirable but would require redoing card formatting. If that were done, this issue would of necessity be handled there.

dper commented 10 years ago

Fixed as part of major reformatting. See https://github.com/dper/KanjiForAnki/issues/10.