This package consumes the following services:
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.
- Open the
/atom-review-vocab/lib/data
folder. - 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. - Restart Atom (manually or by pressing
ctrl+alt+cmd+L
). - 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
.
word - definition
vocabulary
For 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, I'm sure we could become friends!)