Will B Chang

Results 29 comments of Will B Chang

Hi @GeoNomad It's been a busy year at work and life. Finally I got time to upgrade this extension to manifest 3. The code has been merged to master at...

> My issue was that karabiner_grabber needed full disk access because I have my configuration folder symlinked. I also encountered dropbox symlink problem. This actually solved it.

>Not on main yet. I need maintainers to agree about the merge. It is a major change. I plan to prepare a proper patchset and bump the thread again a...

> it just frustrating click to extension's icon and delete Yes, I understand opening and deleting is frustrating. That's why I designed this extension, it will remove the reading item...

@toprak I totally get it! Make it as an option is acceptable, I'll add this feature in the next release. By the way did you notice the history mode? Opening...

I don't use iTerm. The AppleScript code for Terminal isn't compatible with iTerm2. You can try to change the AppleScript code inside the backticks. PR is welcome! https://github.com/willbchang/alfred-open-in-editor/blob/6838b0b09e153ff5c8e14630bf3aa32ff5673d11/vim.rb#L18 https://apple.stackexchange.com/a/311974 ```...

FYI: [Scripting - Documentation - iTerm2 - macOS Terminal Replacement](https://iterm2.com/documentation-scripting.html)

Open source doesn't mean free beer. I'll support for a one-time purchase if it can make you focus on developing Vimac. As a developer, I think monetizing will make me...

Edited: Fixed it with the code below in my init file: Notice: It may have side effects. Solution1: ```emacs-lisp ;; Update all window when Emacs focus in. ;; This fixes...

Typora 菜单栏可以开 Debug 模式 然后在编辑界面右键审查元素 可以看到 `reqnode` 和 `global` 没有被定义 而 Windows 下的 Typora 则有这两个对象 继续右键查找 function 定义可以发现 `reqnode` 的 file path 是 `node:internal/modules/cjs/helpers`, 是 NodeJS 相关的 取 **Windows Typora**...