1
0
Fork
You've already forked sime
0
No description
  • C 74.4%
  • Emacs Lisp 25.3%
  • Makefile 0.3%
Find a file
2026年06月13日 16:45:25 +00:00
mdict Remove debug output 2026年06月13日 16:45:25 +00:00
.gitignore Ignore *.elc sime-pkg.el and sime-autoloads.el 2026年06月01日 11:19:39 +00:00
Makefile Add Makefile 2026年04月11日 15:18:56 +00:00
README.org Update README 2026年05月28日 07:18:58 +00:00
sime-db.el Remove unused variables 2026年06月04日 03:25:04 +00:00
sime-ui.el Fix emacs compile warning 2026年06月04日 03:25:27 +00:00
sime.el Ensure looking up is done before generating iframe 2026年06月13日 04:10:54 +00:00

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.