Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

[Feature Request] Anki cards: Use "displayValue" from frequency dictionaries #2056

Closed
stephenmk opened this issue Jan 31, 2022 · 0 comments · Fixed by #2065
Closed

[Feature Request] Anki cards: Use "displayValue" from frequency dictionaries #2056

stephenmk opened this issue Jan 31, 2022 · 0 comments · Fixed by #2065

Comments

@stephenmk
Copy link
Contributor

Example frequency dictionary:

[["明後日", "freq", {"reading": "あさって", "frequency": {"value": 5, "displayValue": "N5 (あさって)"}}],
["明後日", "freq", {"reading": "あさって", "frequency": {"value": 1, "displayValue": "N1"}}]]

Current {frequencies} output:

<ul style="text-align: left;">
    <li>JLPT: 5</li>
    <li>JLPT: 1</li>
</ul>

Expected {frequencies} output:

<ul style="text-align: left;">
    <li>JLPT: N5 (あさって)</li>
    <li>JLPT: N1</li>
</ul>

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant