descriptionQuery word with external dictionary like goldendict, Bob.app etc.
ownernumbchild@gmail.com
last changeWed, 29 Nov 2023 10:43:06 +0000 (29 18:43 +0800)
content tags
add:
README.org
* About

Query the word smartly with goldendict as you think.


* Features

- query the word at the point or the region select word.


* Installation

** Goldendict

Make sure you have "*goldendict*" installed.

** use-package

#+begin_src emacs-lisp
(use-package goldendict
  :ensure t
  :bind ("<keybinding>" . goldendict-dwim))
#+end_src


* Usage

Bind command ~goldendict-dwim~ to any keybinding you want.
shortlog
2023-11-29 stardivineradd macOS Easydict.app supportmaster
2023-09-26 stardivinerFix Bob.app prompt for input text twice issue
2023-03-13 stardivinerDeactivate region mark after dictionary query
2023-02-28 stardivinerBob.app new feature support translate text through...
2023-02-28 stardivinerImprove getting text logic and use plist structure...
2022-12-10 stardiviner[refactor] Rename function name
2022-12-10 stardiviner[refactor] Get query word in a union function
2022-12-10 stardivinerFix word string with `substring-no-properties' for...
2022-12-10 stardivinerReplace `string-empty-p' with `string-blank-p'
2022-12-09 stardivinerAdjust dictionary commands to match :dict-name applicat...
2022-12-09 stardivinerMake Goldendict command support interactive input text.
2022-12-09 stardivinerMake Bob.app command support interactive input text.
2022-12-09 stardivinerAdd new command for macOS Dictionary.app
2022-11-13 stardivinerFix cl-case matching symbols
2022-08-16 stardivinerAdd delay time for pronounce function
2022-08-16 stardivinerUpdate function docstring
...
heads
4 months ago master