Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanhdxuan/anki-oxforddictionary
Customized Anki Card - Inspired by Oxford Learner's Dictionary
https://github.com/thanhdxuan/anki-oxforddictionary
anki anki-addon anki-cards
Last synced: 23 days ago
JSON representation
Customized Anki Card - Inspired by Oxford Learner's Dictionary
- Host: GitHub
- URL: https://github.com/thanhdxuan/anki-oxforddictionary
- Owner: thanhdxuan
- License: mit
- Created: 2024-04-21T03:43:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T18:10:15.000Z (4 months ago)
- Last Synced: 2024-10-01T09:41:46.997Z (about 1 month ago)
- Topics: anki, anki-addon, anki-cards
- Language: HTML
- Homepage:
- Size: 781 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Customized Anki Card - Inspired by [Oxford Learner's Dictionary](https://www.oxfordlearnersdictionaries.com/)
## Demo
`index.html`
![image screenshots](./images/screenshot.jpeg)
## Front Side
![image front](./images/screenshot_front.jpeg)
## Back Side
![image back](./images/screenshot_back.jpeg)
## Introduction
This is an Anki Card template customized for my personal learning purposes (English)
This Anki Decks including 8 fields:
- Word
The word that you want to learn.
- IPA
International Phonetic Alphabet.
- WordType
Type of this word (`n/adj/..`).
- Audio
The `url` or `path` to the audio that contains the pronunciation of this word.
Example:
- `https://www.oxfordlearnersdictionaries.com/media/english/uk_pron/d/def/defin/definition__gb_2.mp3`
- `~/Documents/images/audio.mp3`- Image
The `url` or `path` to the image that demonstrates this word.
Example:
- `https://images.huffingtonpost.com/2016-09-27-1475000926-901492-2016bestworstcitiesforsoccerfans-thumb.jpg`
- `~/Documents/images/audio.mp3`- VieDefinition
The definition of this word in your native language.
- EngDefinition
The definition of this word in the language which you want to learn.
- Examples
`How to use this word?`
## Setting up
- Copy content of `back_anki.html` and `front_anki.html` to `Front Template` and `Back Template` in your Anki Cards.
- Change replace all card field `{{Your Card Field}}`
- Copy content of `style.css` to `Styling` tab.
## Features
- Retype word, check typos and random cloze.
- Updating ...