RIME 资源汇总
RIME 即「中州韵输入法」。
教程
- RIME | 中州韻輸入法引擎
- 自由输入法RIME简明配置指南 – 少数派
- studyzy/imewlconverter: 一款开源免费的输入法词库转换程序
- hotoo/rime: 闲耘的 rime 输入法配置
- 最新版 Rime 输入法使用 – jdhao's blog
- Rime 西米 for Squirrel
- 「鼠须管」的调教笔记
资源
- rime-aca/dictionaries: Rime詞庫
- sgalal/awesome-rime: A curated list of Rime IME schemata | Rime 輸入法方案列表
- gkovacs/rime-japanese: 日语输入法 Input method for typing Japanese with RIME
- biopolyhedron/rime-devanagari: Rime 天城體梵文
- rime拆字词库 | 云居
shortcuts
- F4 切换到简体(和其他 schema)
- shift 切换中英文
configuration
我的自定义主题(在用户文件夹的 weasel.custom.yaml
中加入,前缀不一定是 weasel,也可能叫 squirrel):
patch:
preset_color_schemes:
minimal:
name: "极简/Minimal"
author: "sam"
text_color: 0x292929
back_color: 0xf5f5f5
border_color: 0xf5f5f5
hilited_text_color: 0x828282
hilited_back_color: 0xf5f5f5
candidate_text_color: 0x292929
hilited_candidate_text_color: 0x828282
hilited_candidate_back_color: 0xf5f5f5
hilited_candidate_back_color: 0xf0f0f0
corner_radius: 0
candidate_spacing: 3
特殊符号调教(在 default.custom.yaml
中加入):
patch:
punctuator:
import_preset: symbols
half_shape:
"/": "/"
"/": "/"
"(": "("
")": ")"
",": ","
".": "。"
"^": "……"
":": ":"
"[": ["「", "【"]
"]": ["」", "】"]
排版调教(weasel.custom.yaml
):
patch:
"style/color_scheme": minimal
"style/horizontal": true
"style/font_point": 11
"style/layout/border_width": 2
"style/layout/margin_x": 6
"style/layout/margin_y": 6
"style/font_face": "Noto Sans CJK Medium"
"menu/page_size": 9
效果:
如何安装其他方案 (schema)?
以天城体梵文为例,把方案制作者提供的文件复制到用户文件夹,然后在 default.custom.yaml
里添加:
patch:
schema_list:
- schema: luna_pinyin
- schema: luna_pinyin_simp
- schema: devanagari # 新添加的
重载即可。
mac / linux 用户可以用 东风破 在命令行安装,它会下载文件并添加对应脚本。
windows 10 用户麻烦一点,需要自己手动复制和添加。
绘文字的安装
作者写的文档已经过期,在 win 10 上亲测需要:
- 把整个 opencc 目录复制到用户文件夹(注意,不是里面的内容)
- 把外面的
customize.recipe.yaml
也复制到用户文件夹 - 把
emoji_suggestion.yaml
的内容添加到需要绘文字提示的输入方案,如luna_pinyin_simp.custom.yaml
u 模式(拆字)
过程有点复杂。
- 下载 u 模式词典
- 新建一个
luna_pinyin_simp.extended.dict.yaml
,并import_tables
;注意一定要把原来的 词库给 import 进去 - 在
luna_pinyin_simp.custom.yaml
里:
patch:
"translator/dictionary": luna_pinyin_simp.extended
重点是词库的文件名和 name
字段必须统一。