RIME 资源汇总

RIME 即「中州韵输入法」。

教程

资源

shortcuts

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

效果:

D7f9Gd.png


如何安装其他方案 (schema)?

以天城体梵文为例,把方案制作者提供的文件复制到用户文件夹,然后在 default.custom.yaml 里添加:

patch:
  schema_list:
    - schema: luna_pinyin
    - schema: luna_pinyin_simp
    - schema: devanagari # 新添加的

重载即可。

mac / linux 用户可以用 东风破 在命令行安装,它会下载文件并添加对应脚本。

windows 10 用户麻烦一点,需要自己手动复制和添加。

绘文字的安装

作者写的文档已经过期,在 win 10 上亲测需要:

  1. 把整个 opencc 目录复制到用户文件夹(注意,不是里面的内容)
  2. 把外面的 customize.recipe.yaml 也复制到用户文件夹
  3. emoji_suggestion.yaml 的内容添加到需要绘文字提示的输入方案,如 luna_pinyin_simp.custom.yaml

u 模式(拆字

过程有点复杂。

  1. 下载 u 模式词典
  2. 新建一个 luna_pinyin_simp.extended.dict.yaml,并 import_tables;注意一定要把原来的 词库给 import 进去
  3. luna_pinyin_simp.custom.yaml 里:
patch:
  "translator/dictionary": luna_pinyin_simp.extended

重点是词库的文件名和 name 字段必须统一。