lyonbot

Results 18 comments of lyonbot

留意到 cherry-markdown 使用了 CodeMirror 默认的 markdown 语法高亮规则(mode) 这种情况下,只需要给 CodeMirror 注册一个名为 sequenceDiagram 的高亮规则就可以自动得到高亮了 现在问题是去哪里找这个规则

有些截图软件,例如企业微信,粘贴后生成的图片文件实际是 tiff 格式的,不知道什么原因。。

发现一个解决方法,感谢 @xiaoouwang 的 #65 1. `brew install pngpaste` 2. 打开 `~/.vscode/extensions/mushan.vscode-paste-image-1.0.4/res` 创建 `mac.sh`,内容如下 ```sh #!/bin/sh if pngpaste $1 > /dev/null 2>&1 ; then pngpaste $1 echo $1 else echo "no...

@electronstudio the "virtual key" feature just got updated -- user may design multiple layout profiles, and sync between clients now.

Tested with two MBP: - M1 chip: need `sudo xattr -dr com.apple.quarantine ~/Downloads/Weylus.app` then it works, but with some weird bug (i think it's bug from autopilot-rs -- can be...

> I assume the xttr thing is unavoidable unless someone signs the app with a dev certificate? Yes, and i think a simple shell command is okay to most users....

heck! a fork of autopilot-rs is still required :(

> Second, I get three cases of > > ``` > error[E0004]: non-exhaustive patterns: `PointerEventType::ENTER` and `PointerEventType::LEAVE` not covered > ``` > > in `autopilot_device_win.rs` > > I could fix...

@electronstudio added some fixes to make stylus work more smoothly! The experience improves significantly on my budget Win tablet + Krita app on MacOS ![image](https://github.com/user-attachments/assets/558f223a-583d-4241-964f-8d60fda90094)

@electronstudio fixed getCoalescedEvents problem. Sorry for being late, had tough weeks.