Add :input chinese module #1371
This commit is contained in:
parent
6ea0c39137
commit
fadbfb321f
4 changed files with 116 additions and 1 deletions
42
modules/input/chinese/README.org
Normal file
42
modules/input/chinese/README.org
Normal file
|
@ -0,0 +1,42 @@
|
|||
#+TITLE: input/chinese
|
||||
#+DATE: May 13, 2019
|
||||
#+SINCE: 2.1
|
||||
#+STARTUP: inlineimages
|
||||
|
||||
* Table of Contents :TOC_3:noexport:
|
||||
- [[#description][Description]]
|
||||
- [[#module-flags][Module Flags]]
|
||||
- [[#plugins][Plugins]]
|
||||
- [[#hacks][Hacks]]
|
||||
- [[#prerequisites][Prerequisites]]
|
||||
- [[#features][Features]]
|
||||
- [[#configuration][Configuration]]
|
||||
- [[#troubleshooting][Troubleshooting]]
|
||||
|
||||
* Description
|
||||
This module adds support for traditional Chinese script by introducing two input
|
||||
methods: Pinyin and Wubi.
|
||||
|
||||
#+begin_quote
|
||||
Because I am unable to personally test this module, help to improve this module
|
||||
would be greatly appreciated! Especially where performance is concerned.
|
||||
#+end_quote
|
||||
|
||||
** Module Flags
|
||||
+ =+wubi=
|
||||
|
||||
** Plugins
|
||||
+ [[https://github.com/tumashu/pyim][pyim]] (unless =+wubi=)
|
||||
+ [[https://github.com/zilongshanren/chinese-wbim][chinese-wbim]] (if =+wubi=)
|
||||
+ [[https://github.com/cute-jumper/fcitx.el][fcitx]]
|
||||
+ [[https://github.com/cute-jumper/ace-pinyin][ace-pinyin]]
|
||||
+ [[https://github.com/coldnew/pangu-spacing][pangu-spacing]]
|
||||
|
||||
** Hacks
|
||||
+ ~org-html-paragraph~ has been modified to join consecutive Chinese lines into
|
||||
a single long line without wanted spaced (when exporting org-mode to html).
|
||||
|
||||
* TODO Prerequisites
|
||||
* TODO Features
|
||||
* TODO Configuration
|
||||
* TODO Troubleshooting
|
Loading…
Add table
Add a link
Reference in a new issue