wareya / nazeka

Nazeka is a rikai replacement
https://addons.mozilla.org/en-US/firefox/addon/nazeka/
49 stars 8 forks source link

[MINING][EPWING] Remove entry/reading from the definition #20

Closed epistularum closed 5 years ago

epistularum commented 5 years ago

Having the entry/reading in the definition beats the purpose of anki reviewing.

For instance:

―研究社 新和英大辞典 第5版―
やさしい【易しい】
〔容易な〕 easy; simple; light; 〔平易な〕 plain.
►ごくやさしい as easy as ABC
►ここで手を貸すのはやさしいが, それでは本人のためにならない. It would be easy enough to help him, but that would not be in his interests.
►(表現を)やさしくする simplify 《English》; paraphrase in plain language

to

―研究社 新和英大辞典 第5版―
〔容易な〕 easy; simple; light; 〔平易な〕 plain.
►ごくやさしい as easy as ABC
►ここで手を貸すのはやさしいが, それでは本人のためにならない. It would be easy enough to help him, but that would not be in his interests.
►(表現を)やさしくする simplify 《English》; paraphrase in plain language
wareya commented 5 years ago

You can add this CSS to your cards to hide the first two lines if you want:

.epwing_head {
 display: none;
}
epistularum commented 5 years ago

I had no idea the card generation was so nicely formatted!

FYI the actual syntax is:

.json_head {
 display: none;
}
wareya commented 5 years ago

Oh yeah, I guess you need both. It's .epwing_head on old cards and .json_head on new cards.