Xiè Chén-Zhú

Results 8 comments of Xiè Chén-Zhú

In version 1.x or 2.x, there should be an editor.moveLineUp() API, which might provide the behavior you're looking for. You can create your own command: Then, you no longer need...

> is there a way to remove the defaults? Yes, through `command.update` the default cmd `"Outline: Move Up"` by run function `editor.moveLineUp()` and using the key `Alt-ArrowUp` ``` command.update {...

Sorry, below should work: ``` command.define { name = "Line: Move Up", run = function() editor.moveLineUp() end, key = "Alt-ArrowUp", mac = "Alt-ArrowUp", priority = 1, } command.update { name...

I retested it on latest 2.3.0 and it seems there are _no big issues_ now (if follows his logic https://github.com/silverbulletmd/silverbullet/issues/1706#issue-3661062212)... > Actually, there are 2 understandings of _what should be...

### 1.Found 2 other issues about `Lua widgets` like this `${Red("expression")}`: - Objects that are [`/query`ed](https://enlarge-the-percentage.fly.dev/SB%20Basics#Query%20Objects%20beyond%20Page%20&%20Header:%20Item%20&%20Task) OR [![transcluded]](https://enlarge-the-percentage.fly.dev/SB%20Basics#Embed%20Objects), better not have `${Red("expression")}` in its name, otherwise might break the Table...

Related to: https://github.com/silverbulletmd/silverbullet/issues/1638

I partially achieved this by merging CN+EN fonts : [![Font_Merger](https://opengraph.githubassets.com/1/ChenZhu-Xie/Font_Merger)](https://github.com/ChenZhu-Xie/Font_Merger) see also: https://forum.sublimetext.com/t/plug-error/76271/4 and https://community.silverbullet.md/t/custom-font-doesnt-work/1237/5?u=chenzhu-xie

Relavent: https://github.com/silverbulletmd/silverbullet/issues/1530 = https://community.silverbullet.md/t/capslock-shortcut-keys-containing-letter-fail/3194 reproducible on Windows