Reverse cards without sentences #111
Answered
by
stephenmk
EtienneHauber
asked this question in
Q&A
-
Hey there, I like to make cards of 'vocab-in-the-wild' - Yomitan is perfect for this and I use Jitendex. However, I noticed that the beautiful glossary it generates includes just a bit too much info for me to easily create "reverse" cards - especially the sentences are spoilers. Is it possible to remove the sentences from the glossary? |
Beta Was this translation helpful? Give feedback.
Answered by
stephenmk
Oct 9, 2024
Replies: 1 comment 1 reply
-
You can add a custom style to your anki cards to hide sentences. [data-sc-content|="example-sentence"] {
display: none;
} If you're not sure how to add custom styles, I wrote a quick guide here: #66 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EtienneHauber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a custom style to your anki cards to hide sentences.
If you're not sure how to add custom styles, I wrote a quick guide here: #66 (comment)