Rami Sedhom
Rami Sedhom
I vote up for this feature. As a workaround, for now until it becomes native in Typora, I use below AutoHotKey (Windows) script to do the same function using Alt+Up...
I have same issue, and actually tried to replace "Line Feed" with "Carriage return Line Feed" but still the viewer doesn't break the lines. I have to enter either LF...
As a workaround, I'm using following AutoHotKey command: ``` ;Start Keypirinha using Menu button AppsKey:: { Send("{Ctrl down}{LWin down}{k}") Send("{Ctrl up}{LWin up}") } ``` but I hope I can map...
I added: ``` { ..., "manifest_version": 2, ... } ``` and extension added but the Clipper button is dimmed. 
Same here: ``` > wsl -v WSL version: 1.2.5.0 Kernel version: 5.15.90.1 WSLg version: 1.0.51 MSRDC version: 1.2.3770 Direct3D version: 1.608.2-61064218 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows version: 10.0.19044.2965 > wsl --mount...