Open fnsne opened 5 years ago
I found add tags have been written in the edit menu https://github.com/BoostIO/Boostnote/blob/master/lib/main-menu.js#L234-L237
But there is no edit menu in the Windows version. https://github.com/BoostIO/Boostnote/blob/master/lib/main-menu.js#L411-L415
Is there a reason that why omit the edit menu in Windows?
@fnsne Is this still an issue in the latest version of Boostnote Legacy?
@Flexo013 It's still an issue in the version on my computer.
The Boostnote version is 0.15.3
Environment is :
Electron:
4.2.12
Chrome:69.0.3497.128
Node.js:10.11.0
V8:6.9.427.31 -electron.0
OS:Windows_NT x64 10.0 18362
Current behavior
There is no shortcut of adding tags in Windows. I found that there is a closed issue #2132 , But after I key in Ctrl + Shift + T, I get
in editor.
Expected behavior
After key in Ctrl + Shift + T, the cursor will jump to tags, that I can add tags without using mouse.
Environment