All Projects → SavchenkoValeriy → Emacs Powerthesaurus

SavchenkoValeriy / Emacs Powerthesaurus

Licence: gpl-3.0
Powerthesaurus integration for Emacs

Projects that are alternatives of or similar to Emacs Powerthesaurus

Writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
Stars: ✭ 150 (+13.64%)
Mutual labels:  emacs, writing
Fountain Mode
Emacs major mode for screenwriting in Fountain plain-text markup
Stars: ✭ 288 (+118.18%)
Mutual labels:  emacs, writing
Academic Phrases
Bypass that mental block when writing your papers.
Stars: ✭ 244 (+84.85%)
Mutual labels:  emacs, writing
Olivetti
Emacs minor mode for a nice writing environment
Stars: ✭ 554 (+319.7%)
Mutual labels:  emacs, writing
Org Transclusion
(alpha) Emacs package to enable transclusion with Org Mode
Stars: ✭ 251 (+90.15%)
Mutual labels:  emacs, writing
Binder
Emacs global minor mode facilitating multi-file writing projects
Stars: ✭ 104 (-21.21%)
Mutual labels:  emacs, writing
Wgeecn
Writing GNU Emacs Extensions 翻译
Stars: ✭ 124 (-6.06%)
Mutual labels:  emacs
Emacs Gitlab
A Gitlab client for Emacs
Stars: ✭ 128 (-3.03%)
Mutual labels:  emacs
Emacs Solidity
The official solidity-mode for EMACS
Stars: ✭ 120 (-9.09%)
Mutual labels:  emacs
Walkman
Write HTTP requests in Org mode and replay them at will using cURL
Stars: ✭ 120 (-9.09%)
Mutual labels:  emacs
Emacs Gdscript Mode
An Emacs package to get GDScript support and syntax highlighting.
Stars: ✭ 132 (+0%)
Mutual labels:  emacs
Psc Ide Emacs
Emacs integration for PureScript's psc-ide tool.
Stars: ✭ 130 (-1.52%)
Mutual labels:  emacs
Dotfiles
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
Stars: ✭ 127 (-3.79%)
Mutual labels:  emacs
Mypy boto3 builder
Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
Stars: ✭ 123 (-6.82%)
Mutual labels:  emacs
Emacs Wttrin
Emacs frontend for weather web service wttr.in.
Stars: ✭ 129 (-2.27%)
Mutual labels:  emacs
Elisp Koans
Emacs Lisp Koans -- learn elisp through test-driven development.
Stars: ✭ 123 (-6.82%)
Mutual labels:  emacs
Togetherly
Allow multiple clients to edit a single file on-line
Stars: ✭ 130 (-1.52%)
Mutual labels:  emacs
Novels.org
Novels.org - Your Novels in Plain Text (Emacs . org-mode)
Stars: ✭ 120 (-9.09%)
Mutual labels:  emacs
Auto Complete
Emacs auto-complete package
Stars: ✭ 1,622 (+1128.79%)
Mutual labels:  emacs
Emacs Solaire Mode
If only certain buffers could be so grossly incandescent.
Stars: ✭ 129 (-2.27%)
Mutual labels:  emacs

emacs-powerthesaurus

License: GPL v3 MELPA

emacs-powerthesaurus is a simple plugin to integrate Emacs with amazing powerthesaurus.org.

Installation

emacs-powerthesaurus is available on MELPA. You can install it using the following command:

M-x package-install [RET] powerthesaurus [RET]

How to use

emacs-powerthesaurus defines three interactive functions:

  • powerthesaurus-lookup-word
  • powerthesaurus-lookup-word-at-point
  • powerthesaurus-lookup-word-dwim

If you have any active selection, powerthesaurus-lookup-word fetches selected text at powerthesaurus.org and gives you a list of synonyms to replace it with. Without any selection it asks you for the input first, and insert selected synonyms at point.

powerthesaurus-lookup-word-at-point finds a word at point (according to the current mode settings), fetches it at powerthesaurus.org, and also replaces it with the selected synonym.

powerthesaurus-lookup-word-dwim combines these two functions into one. It tries to infer whatever user wants to look up. If there is an active selection that will be the choice. Otherwise, it checks if there any word at point and fetches that word. And if there is nothing appropriate, it asks the user to provide a word.

Demo

demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].