https://github.com/eveningkid/atom-review-vocab
Easily review your vocab inside the editor!
https://github.com/eveningkid/atom-review-vocab
Last synced: 8 months ago
JSON representation
Easily review your vocab inside the editor!
- Host: GitHub
- URL: https://github.com/eveningkid/atom-review-vocab
- Owner: eveningkid
- License: mit
- Created: 2017-03-21T23:15:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T23:22:47.000Z (over 8 years ago)
- Last Synced: 2025-02-03T23:34:05.654Z (10 months ago)
- Language: CoffeeScript
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Review Vocabulary Atom Package

# What?
What if you could learn your vocabulary **and** be coding at the same time.
# How?
Okay, **don't freak out, it's not that complicated**.
1. Open the `/atom-review-vocab/lib/data` folder.
2. Unless you're learning chinese (*which is actually the reason why this package exists*), add your vocabulary list inside the `default` folder. [Check the file format](#vocabulary-file-format).
3. Restart Atom (manually or by pressing `ctrl+alt+cmd+L`).
4. Learn! 📖
# Vocabulary File format
Vocabulary files could usually be simple `.txt` files.
The following formats are the only ones available at the time.
**Every 'space' you'll see in the formats below are actually 'carriage returns' (`\t`).**
Note: feel free to check the default files available in `/lib/data`.
## For `word - definition` vocabulary
```
word definition
word definition
bonjour hello;good morning
```
(= `bonjour\thello;good morning\n`)
## For chinese vocabulary
```
simplified traditional pinyinWithTonesNumbers pinyinWithTonesAccents meaning
还 還 hai2, huan2 hái, huán still; yet; in addition; even | repay; to return
```
(if you're really using it for chinese characters, you should definitely get in touch with me [@eveningkid](https://twitter.com/eveningkid), I'm sure we could become friends!)