ilcpm

Results 20 issues of ilcpm

I want to write `\varlimsup_{n\to\infty}` in markdown and convert it to word $$\varlimsup_{n\to\infty}$$ but I got an error when I convert, I think the reason is pandoc don't know how...

enhancement

代码如下: ```html 123123123123123123123123123123123123123123123123123234123123123123345345 ``` 最下方的代码为接续前面的顶层无序列表,但是编辑器渲染的结果是有序列表 ![image](https://github.com/wangeditor-team/wangEditor/assets/36830343/bbe4c36b-f795-4213-a532-a75d56d7b5a0)

问题是从“运行脚本”功能来的 Windows自带的PowerShell版本是5,对应的运行命令是powershell,默认.ps1脚本编码为ANSI 安装PowerShell 7之后,对应的运行命令为pwsh,默认.ps1的脚本编码为utf-8 安装PowerShell 7之后,quicker调用执行.ps1脚本的终端为PowerShell 7(pwsh),故在使用“系统默认编码”时会出现乱码 详见下图 ![image](https://github.com/cuiliang/Quicker/assets/36830343/4ddf09ad-68ad-4e26-9ce7-0247ef5cfaa6) ( 补充一下,终端里的活动代码页就是中文环境对应的936,并非UTF-8对应的65001) ![image](https://github.com/cuiliang/Quicker/assets/36830343/f546fd15-81c4-4621-babb-760551b4f572) --- 所以,我不建议使用ANSI这种不严谨的格式来作为脚本的编码, 对于PowerShell,带BOM头的UTF-8可以被完美的支持 对于cmd,手动在bat文件之前加上chcp 65001也可以解决问题(该方案对于.ps1文件无效) ![image](https://github.com/cuiliang/Quicker/assets/36830343/4eea244d-b88c-4cd7-8144-f62e1046391c) 所以希望能够在文件编码的列表里增加UTF-8(BOM)选项,避免PowerShell的编码问题 个人使用的时候手动调整一下就好了,但是在共享给别人或者使用别人共享的动作时,这个问题可能会带来很严重的后果,比如用PowerShell写的批量重命名文件功能……一旦出错后悔药都没有

需求

目前只在使用quicker制作出来的动作里遇到过,触发条件未知 ![1](https://github.com/cuiliang/Quicker/assets/36830343/ab3910e1-5c66-420f-b360-b7397e5ead04) ![20240131_100803_463_copy](https://github.com/cuiliang/Quicker/assets/36830343/40fef358-dec8-43df-96de-eebaacddd92e) ![image](https://github.com/cuiliang/Quicker/assets/36830343/8cb79a92-a6df-4d0b-b03d-e23f8ad241a6) 群里讨论之后群友给出了这个链接,话题被锁,遂在此处反馈 https://getquicker.net/QA/Question/21542 **环境信息:** 版本 Windows 10 专业工作站版 版本号 22H2 安装日期 ‎2022/‎09/‎24 操作系统内部版本 19045.3996 体验 Windows Feature Experience Pack 1000.19053.1000.0 i5-12400 NVIDIA GeForce RTX 3050 驱动版本 31.0.15.3203

bug

就是在这里增加一个“排除当前程序”的功能入口 ![image](https://user-images.githubusercontent.com/36830343/210158146-6e9e34b7-5d02-4591-893a-6be794b27141.png) 虽然打开主面板也可以做这个事情,但是多一个操作入口还是要方便一些

需求

![image](https://user-images.githubusercontent.com/36830343/163748936-33d74318-6292-407e-ac06-e44c2ba3ff6b.png) ![image](https://user-images.githubusercontent.com/36830343/163748923-b09585c1-5bca-4df1-840e-7d504aa34c3f.png) 多个连续的[@xx][@xx]拼接在一起会被pandoc识别为特殊标记

对标题引用编号时的域代码应从`{ REF sec:date_query \h \r}` 改为`{ REF sec:date_query \h \r \t }`,增加参数`\t`,以去掉引用编号之后,由于编号中自带的空格产生的多余空格问题 ![image](https://user-images.githubusercontent.com/36830343/163748133-65b603f5-f7b8-4bf2-be50-2d0fabb9599a.png) 左为有参数\t,右侧没有,所以从原来的标题中继承了尾部的空格

比如有多个现有的右键菜单,但是它们不常用,但偶尔又确实需要用到 所以能不能创建一个文件夹一样的子菜单,然后把现有的右键菜单项目移入进去从而减少右键菜单的长度呢? 或者换一种思路,把现有的右键菜单项目先复制进去,再把原来位置的项目隐藏掉也可以

convert this to html, a `style="width:70%;` attribute will be added to the table ![image](https://github.com/jgm/pandoc/assets/36830343/bf379f2b-1575-471d-9460-06244c3b6fde) [demo link](https://pandoc.org/try/?params=%7B%22text%22%3A%22%5B+Table%5Cn++++%28+%5C%22%5C%22+%2C+%5B%5D+%2C+%5B%5D+%29%5Cn++++%28Caption+Nothing+%5B%5D%29%5Cn++++%5B+%28+AlignCenter+%2C+ColWidthDefault+%29%5Cn++++%2C+%28+AlignCenter+%2C+ColWidth+0.7+%29%5Cn++++%5D%5Cn++++%28TableHead+%28+%5C%22%5C%22+%2C+%5B%5D+%2C+%5B%5D+%29+%5B%5D%29%5Cn++++%5B+TableBody%5Cn++++++++%28+%5C%22%5C%22+%2C+%5B%5D+%2C+%5B%5D+%29%5Cn++++++++%28RowHeadColumns+0%29%5Cn++++++++%5B%5D%5Cn++++++++%5B+Row%5Cn++++++++++++%28+%5C%22%5C%22+%2C+%5B%5D+%2C+%5B%5D+%29%5Cn++++++++++++%5B+Cell%5Cn++++++++++++++++%28+%5C%22%5C%22+%2C+%5B%5D+%2C+%5B%5D+%29+AlignDefault+%28RowSpan+1%29+%28ColSpan+1%29+%5B%5D%5Cn++++++++++++%2C+Cell%5Cn++++++++++++++++%28+%5C%22%5C%22+%2C+%5B%5D+%2C+%5B%5D+%29+AlignDefault+%28RowSpan+1%29+%28ColSpan+1%29+%5B%5D%5Cn++++++++++++%5D%5Cn++++++++%5D%5Cn++++%5D%5Cn++++%28TableFoot+%28+%5C%22%5C%22+%2C+%5B%5D+%2C+%5B%5D+%29+%5B%5D%29%5Cn%5D%22%2C%22to%22%3A%22html%22%2C%22from%22%3A%22native%22%2C%22standalone%22%3Afalse%2C%22embed-resources%22%3Afalse%2C%22table-of-contents%22%3Afalse%2C%22number-sections%22%3Afalse%2C%22citeproc%22%3Afalse%2C%22html-math-method%22%3A%22plain%22%2C%22wrap%22%3A%22none%22%2C%22highlight-style%22%3Anull%2C%22files%22%3A%7B%7D%2C%22template%22%3Anull%7D) ```plain [ Table ( "" , [] , [] ) (Caption Nothing []) [...

bug
format:HTML
writer

add interface to read "energy" and "gradient" from BDF and add .gitignore to ignore the `__pycache__` folder