Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hokaccha/atom-japanese-dictionary
英和/和英の辞書を引くためのAtomパッケージ
https://github.com/hokaccha/atom-japanese-dictionary
Last synced: about 2 months ago
JSON representation
英和/和英の辞書を引くためのAtomパッケージ
- Host: GitHub
- URL: https://github.com/hokaccha/atom-japanese-dictionary
- Owner: hokaccha
- License: mit
- Created: 2015-03-23T11:15:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T02:09:00.000Z (over 7 years ago)
- Last Synced: 2024-04-14T09:25:27.709Z (9 months ago)
- Language: CoffeeScript
- Size: 509 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# japanese-dictionary
英和/和英の辞書を引くためのAtomパッケージです。[Weblio](http://ejje.weblio.jp/)か[ALC](http://www.alc.co.jp/)で単語を検索します。
![screen cast](https://raw.github.com/hokaccha/atom-japanese-dictionary/master/japanese-dictionary.gif)
## Install
```
$ apm install japanese-dictionary
```## Commands
|name|keybind|description|
|----|-------|-----------|
|`japanese-dictionary:open-by-selection`|`ctrl-alt-x`|選択しているテキストで辞書サービスを開く|
|`japanese-dictionary:open-by-input`|`ctrl-alt-shift-X`|単語入力ダイアログを開く|## Settings
|name|description|value|default|
|----|-----------|-----|-------|
|Service|検索サービス|weblio/alc|weblio|