Skip to content

Instantly share code, notes, and snippets.

@lotem
Last active October 19, 2023 07:41
Show Gist options
  • Star 27 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save lotem/5440677 to your computer and use it in GitHub Desktop.
Save lotem/5440677 to your computer and use it in GitHub Desktop.
Rime 自定義短語文件樣例
# Rime table
# coding: utf-8
#@/db_name custom_phrase.txt
#@/db_type tabledb
#
# 用於【朙月拼音】系列輸入方案
# 【小狼毫】0.9.21 以上
#
# 請將該文件以UTF-8編碼保存爲
# Rime用戶文件夾/custom_phrase.txt
#
# 碼表各字段以製表符(Tab)分隔
# 順序爲:文字、編碼、權重(決定重碼的次序、可選)
#
# 雖然文本碼表編輯較爲方便,但不適合導入大量條目
#
# no comment
中州韻輸入法引擎 rime 3
Rime Input Method Engine rime 2
http://code.google.com/p/rimeime/ rime 1
星際我爭霸 starcraft
tassadar@protoss.net email
@ych0537
Copy link

ych0537 commented Oct 1, 2018

自定义短语里面有大量日语句子。
经常会简体汉字和这些自定义短语里的日语句子混合输入。
但是日语句子里的繁体汉字会被转换成简体的。
有没有什么办法不转换自定义短语里的内容?

@man2018
Copy link

man2018 commented Dec 16, 2019

五笔_拼音有办法用这个功能不

@lotem
Copy link
Author

lotem commented Dec 19, 2019

五笔_拼音有办法用这个功能不

需要修改輸入方案

@sgalal
Copy link

sgalal commented Jul 14, 2020

自定义短语里面有大量日语句子。
经常会简体汉字和这些自定义短语里的日语句子混合输入。
但是日语句子里的繁体汉字会被转换成简体的。
有没有什么办法不转换自定义短语里的内容?

有!在 simplifier 中指定 tags: [ abc ] 即可。

abc 代表主翻译器。tags: [ abc ] 相当于只对主翻译器转换。

@liuqin19980818
Copy link

短语能不能是分行的呢?比如
\begin{pmatrix}
x & y \
z & v
\end{pmatrix}

@naildown
Copy link

同问短语能不能是分行的?
这个功能挺实用。

@jkhnfk
Copy link

jkhnfk commented Apr 8, 2022

应该是不能换行的吧?能换行就好,

@fofen
Copy link

fofen commented May 13, 2022

同问:如何换行呢?
希望增加换行功能,比如用\n来给自定义短语换行等等。

@dengshenkk
Copy link

不能使用.吗? 用来简写一些常用的域名, 比如 github.com g.h 期待只需要输入g.h就能输出github.com, 目前看来是只要包含了.就不能正确输出, 好像是,.被翻页占用的原因

@dengshenkk
Copy link

还有个需求就是能用变量吗? 比如输出当前日期时间比较方便

@rsyqvthv
Copy link

rsyqvthv commented Jun 25, 2023

emoji不能使用对吗?

❌	xx	1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment