Ying Zhong

Results 6 comments of Ying Zhong

Hi @aboedo thanks for the response and thank you for the explanation! I totally understand that doing SSL Pinning at the SDK level is more difficult, looking forward to learning...

Totally agree with that, this project is awesome. I'd like to see a delightful structure and flexible code. It would be a great project! 👍

Thanks for the feedback. I actually tried the package you mentioned back in the days I started the project; it worked well. However, other than key bindings, it also has...

I did an initial investigation and so far, my concern about the UI should be relatively fine. However, I noticed an annoying text rendering issue with the block cursor running...

I noticed it's quite easy to build a vim extension with the latest [MarkEdit-api](https://github.com/MarkEdit-app/MarkEdit-api) [change](https://github.com/MarkEdit-app/MarkEdit/pull/635). It's just: ```ts import { vim } from '@replit/codemirror-vim'; import { MarkEdit } from 'markedit-api';...

Example project: https://github.com/MarkEdit-app/MarkEdit-vim.