mirror of
https://github.com/correl/kanji-glasses-mode.git
synced 2024-11-25 11:09:56 +00:00
Add README
This commit is contained in:
parent
7f5648a65c
commit
b8d9567582
2 changed files with 16 additions and 0 deletions
16
README.org
Normal file
16
README.org
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
#+TITLE: kanji-glasses-mode
|
||||||
|
#+STARTUP: indent
|
||||||
|
|
||||||
|
Provides a minor mode for displaying the hiragana reading alongside
|
||||||
|
kanji present in a buffer. This is accomplished using overlays, so the
|
||||||
|
contents of the buffer are not modified at all.
|
||||||
|
|
||||||
|
Enabling this mode will take some time on a buffer with a lot of kanji
|
||||||
|
present. To combat this, I've memoized the transliteration method, so
|
||||||
|
it at least won't look up the same thing more than once.
|
||||||
|
|
||||||
|
Currently relies on [[https://github.com/wsgac/kanji-mode][kanji-mode]] for its =km:kanji->hiragana= method
|
||||||
|
(which in turn relies on having [[http://kakasi.namazu.org/][kakasi]] installed) to transliterate
|
||||||
|
kanji to hiragana.
|
||||||
|
|
||||||
|
[[file:recorded.gif]]
|
BIN
recorded.gif
Normal file
BIN
recorded.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
Loading…
Reference in a new issue