Add README

This commit is contained in:
Correl Roush 2017-06-19 14:44:32 -04:00
parent 7f5648a65c
commit b8d9567582
2 changed files with 16 additions and 0 deletions

16
README.org Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB