ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Dictionary

📔 Sublime Text plugin that shows detailed definitions of words

Labels dictionary

Details

Installs

  • Total 1K
  • Win 887
  • Mac 348
  • Linux 252
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 2 0 7 5 0 1 0 0 1 0 2 0 0 0 2 1 0 2 1 0 0 0 4 1 0 1 5 1 1 2 3 0 0 2 2 1 1 1 1 0 0 5 0 0 1
Mac 0 2 2 1 1 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 3 1 0 1 0 0 0 1 0 3 2 0 2 0 0 0 0 0 2 0 0 0 0 2 1 0
Linux 0 0 0 0 1 0 0 1 1 0 1 1 0 0 1 0 0 1 1 0 1 0 0 1 0 0 1 0 0 1 2 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

📔 Dictionary

Dictionary is a convenient Sublime Text plugin that shows detailed definitions of words, including phonetics, parts-of-speech, definitions, and examples.

🎬 Demonstration

Dictionary in dark color scheme Dictionary in light color scheme

💻 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 English
  • ar: Arabic
  • cs: Czech
  • de: German
  • es: Spanish
  • fr: French
  • hi: Hindi
  • it: Italian
  • ja: Japanese
  • ko: Korean
  • nl: Dutch
  • pt-BR: Brazilian Portuguese
  • ru: Russian
  • sk: Slovak
  • tr: 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.