DemianLi96

Results 1 comments of DemianLi96

To address this issue, you could use AutoHotkey to convert tab to 4 spaces when typing tab in typora. Here is the script: ``` #if WinActive("ahk_exe typora.exe") Tab::Send {Space 4}...