I use AutoHotkey when input the headlines # ## ###
#IfWinActive, Gingko
!1::Send,{Home}{# 1}{Space}
!2::Send,{Home}{# 2}{Space}
!3::Send,{Home}{# 3}{Space}
#IfWinActive
It’s really convenient.
I press alt+2, and got「## 」.
And there’s something more:
when there’re already some texts and you want to add # in the beginning, you need not to put the cursor in the most left, you just click any position in this line, and the code will move to the right position (send {home} key)…
So I think Adriano may add this feature as native for Gingko.