PilgrimLyieu

Results 9 issues of PilgrimLyieu

I've checked that the fraction toggle only works for `.../...` and `\frac{...}{...}`. I consider that it should be useful to toggle different styles of fraction such as cycling in `\frac{...}{...}`,...

enhancement

**Actual behavior:** ![1](https://user-images.githubusercontent.com/80107081/180610070-13fcfd32-cb06-4280-8dcf-9a9eec9236eb.gif) Related snippets ```snippets snippet '(?a)\blm' "行内公式 Inline Formula" Ar $$1$ $0 endsnippet snippet case "Cases 环境 Cases Environment" w \begin{cases} $1 \end{cases} $0 endsnippet ``` That is,...

![Demo](https://user-images.githubusercontent.com/80107081/178452372-2846bf94-3734-421d-9b24-136612014296.gif) Snippets Code ```snippets global !p def test(snip): before = snip.buffer[snip.line][:snip.snippet_start[1]] after = snip.buffer[snip.line][snip.snippet_end[1]:] snip.buffer[snip.line] = '' snip.expand_anon(before + '[$1, $2]$0' + after) endglobal snippet t "Description" i ($1, $2)$0...

#### Checklist *Please replace the space inside the brackets with an **x** if the following items apply:* - [x] I've verified that I use the latest version of the add-on...

question

试了一下也看了 issue,其他 UWP 应用通过设置 loopback 大都能解决。但是语音输入不行:系统是 Windows 11 最新的版本,关闭设置里的“使用代理服务器”后语音输入就可以正常使用;开启代理后使用 Win+H 打开语音输入就会跳出报错提示“出现问题,无法输入你的语音键入文本。请稍等片刻,然后重试”,如图 ![QQ图片20230630224117](https://github.com/docmirror/dev-sidecar/assets/80107081/c1c68a43-4b49-4b7c-a608-1e7538c8e203) 然后我去设置 loopback,经过测试,发现打开这个 NT AUTHORITY\SYSTEM 的 Windows Feature Experience Pack后就不会报上面的错了,但是仍然无法语音输入(似乎长段时间后依旧会报错,但好像跟上面不一样,我再试了几下没碰到因此没截图)。 ![QQ图片20230630224141](https://github.com/docmirror/dev-sidecar/assets/80107081/4b8571d2-9d25-4092-bae2-7a71f5f2cbf2) 目前想到的解决方式就是用 AutoHotkey 写一个切换系统代理开启状态的脚本。

### Issue Checklist - [X] I am using NexT version 8.0 or later. - [X] I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Troubleshooting page of NexT](https://theme-next.js.org/docs/troubleshooting.html). -...

Feature Request

与 #12 一样的问题。不过我开这个 issue 是因为找到了[语言代码的对应表](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/available-language-packs-for-windows?view=windows-11#language-packs),给后来者一个参考。 > 注:中文版的英语(美国)写的是 2052,而其他语言(包括繁体)都是 1033。因此我给了英文版的链接。 --- 明白了,要切换为英文键盘才行,单纯 Shift 不行。

例如 Google, Bing, DeepL 甚至 GPT 等。单个翻译引擎似乎有点单薄,而且有时是会多个结果进行比对的。非常感谢!

enhancement

The plugin doesn't work when adding the following to front matter. ``` disableNunjucks: true ``` And the result shows that the plugin seems to transform the normal markdown codeblock to...