Richard Yu
Richard Yu
I think the answer is no, I can not bind shortcuts when editing without ctrl/alt.
Yes It's a good idea, I also want to implement it that way, but It's hard, I have given a suggestion to the Logseq team. When it is possible I...
我用了你的代码,没有看到光标效果,关于光标我也希望官网能够尽快支持,另外 在vim之外模拟vim是不可能尽善尽美的,我的原则是差不多就行。不过还是谢谢你的建议,等官方支持了光标和API,我这边的快捷键会尽快跟进。
That is because the API I used for scrolling to block would add to page history, maybe I can talk with Logseq Team to see if they can add an...
Because Logseq do now have cursor for now, so It's impossible to do this from a plugin level. So we can just wait together about this feature from Logseq team.
It's a good idea, but hard to implement for now, in Logseq, once plugin UI popup, the original window would not be editable.
This is also a feature that I need, but in the upstream repo, the mark map renderer seems not supported.
Why not by marketplace? It need compile, you have 3 options. 1. source code, you need to know modern Javascript development. 2. download released assets. those are compiled version, but...
我觉得php 应该想办法去支持 `"{md5('abc')}"` 这种,因为 `"{$this->md5('abc')}"` 这种都是支持的。
拖拽对话框是有意义的,有时候会有一些遮挡,或者输入者想参考窗口的其他内容来输入,所以需要拖拽到其他位置,我实际项目中使用经常会不自觉的去拖拽。