Dictionary
📔 Sublime Text plugin that shows detailed definitions of words
Details
Installs
- Total 2K
- Win 1K
- Mac 411
- Linux 309
Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 4 | 1 | 1 | 2 | 1 | 2 | 3 | 2 | 1 | 1 | 0 | 4 | 1 | 3 | 0 | 1 | 2 | 0 | 2 | 1 | 2 | 0 | 0 | 2 | 0 | 1 | 2 | 1 | 0 | 1 | 0 | 1 | 3 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 |
Linux | 0 | 2 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
📔 Dictionary
Dictionary is a convenient Sublime Text plugin that shows detailed definitions of words, including phonetics, parts-of-speech, definitions, and examples.
🎬 Demonstration
💻 Installation
The easiest way to install Dictionary is through Package Control. After it is enabled inside Sublime Text, open the command palette and find Package Control: Install Package and press ENTER
. Then, find Dictionary in the list. Press ENTER
again, and this plugin is installed!
📈 Usage
The plugin includes the command dictionary_define
, which can be run in the command palette as Dictionary: Define
.
To see the definition of a word:
- Click on or select that word
- Run the
Dictionary: Define
command in the command palette or run the command with custom keybindings (see below) - Read and/or copy the definition on the popup
âš™ Customization
The Dictionary plugin is fully customizable.
🔧 Preferences
There are several settings in Dictionary.sublime-settings
that you can change to make Dictionary work as you want. The file can be accessed via the Preferences: Dictionary
command in the command palette.
Support languages
The following languages are supported by this plugin, and can be used in the settings:
en
: US English (default)en-uk
: UK Englishar
: Arabiccs
: Czechde
: Germanes
: Spanishfr
: Frenchhi
: Hindiit
: Italianja
: Japaneseko
: Koreannl
: Dutchpt-BR
: Brazilian Portugueseru
: Russiansk
: Slovaktr
: Turkish
Hover mode
When hover_mode
is set to true
in settings, definitions of text under mouse will be shown on hover without having to run a command.
Hover mode can also be toggled via the Dictionary: Toggle Hover Mode
(dictionary_toggle_hover_mode
) command in the command palette.
⌨ Keybindings
Custom keybindings can be created for the commands.
- Run the
Preferences: Dictionary Key Bindings
command in the command palette. - Add your keybindings!
Below is an example of the keybinding file:
[
{
"keys": ["ctrl+alt+d"],
"command": "dictionary_define"
}
]
Acknowledgment
This plugin is made possible by the Free Dictionary API, which is used for the definitions.