No description
- C 74.4%
- Emacs Lisp 25.3%
- Makefile 0.3%
| mdict | Remove debug output | |
| .gitignore | Ignore *.elc sime-pkg.el and sime-autoloads.el | |
| Makefile | Add Makefile | |
| README.org | Update README | |
| sime-db.el | Remove unused variables | |
| sime-ui.el | Fix emacs compile warning | |
| sime.el | Ensure looking up is done before generating iframe | |
Simple Interface of Mdict in Emacs
sime implements mdict in emacs.
Warning
This package is in alpha stage, xwidget-webkit sometimes crash emacs. Don't use sime when you are reading/editing important files.
Usage
emacs needs to be built with xwidget-webkit feature.
(use-package sime
:vc (:url "https://codeberg.org/teeoius/sime"
:make "all")
:custom
(sime-mdict-dirs '("~/Dictionaries"
"~/AnotherMdictDir"))
(sime-mdict-groups '((fst ("title of mdict"
("title of mdict" "/path/to/mdict")))
(snd ("title of mdict")))))
sime now needs a local http server and its port must be 8000.
Thanks
mdict-analysis and mdict-utils: mdx/mdd file format.
emacs-reader: dynamic module and threadpool.
johnson: sqlite index and completion table function.