We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否还需要fuzzy search的帮助,我最近正好在尝试编写一个快速查找输入email地址的方法,研究了一下通配符和模糊查询的方法,于是用lua写了一个脚本,可以看看测试下是否方便实用。 latex.lua
另外我改写了pattern的配置,让数字也可以进编辑区,这样就能在集成在主输入法时输入\^1 -> ¹ 同时做了尾缀分隔符" ‘ ",允许在输入结束时恢复数字按键为选择键。
\^1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
是否还需要fuzzy search的帮助,我最近正好在尝试编写一个快速查找输入email地址的方法,研究了一下通配符和模糊查询的方法,于是用lua写了一个脚本,可以看看测试下是否方便实用。
latex.lua
另外我改写了pattern的配置,让数字也可以进编辑区,这样就能在集成在主输入法时输入
\^1
-> ¹同时做了尾缀分隔符" ‘ ",允许在输入结束时恢复数字按键为选择键。
The text was updated successfully, but these errors were encountered: