You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using a ubuntu subsystem in windows. I tried to install vim-markdown-composer and everything seems to work fine. I first installed Rust following their instruction on the website and here's the command line output for rustup
I also copied paste the vim-plug installation script into my vimrc, ran PlugInstall and everything seems to work well. (no errors or any) But I can't open any browser preview either by opening a new md file or by :ComposerStart
Could you help me a bit and tell me where am I missing?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm also having the same problem. From my understanding of this plugin, it can be run as a server where the composing is being done on WSL and previewed in a browser on the Windows side, but I'm not sure how to get that information from the 'Channel' variable.
Server use command xdg-open to open browser on linux, but wsl dosen't have desktop envronment. So, I tried to open brower with windows explorer by adding this
# add this line before `case "$DE" in`
cmd.exe /c explorer "$url"# original scriptcase"$DE"in
KDE)
open_kde "$url"
;;
...
In Ubuntu 22.04 installed from the Windows store using wslview as browser works well. wslview is provided by wslu, which in turn can be installed with apt. At least with neovim these steps work:
sudo apt install wslu
add to let g:markdown_composer_browser = 'wslview' to your (n)vim config
Hi,
I'm currently using a ubuntu subsystem in windows. I tried to install vim-markdown-composer and everything seems to work fine. I first installed Rust following their instruction on the website and here's the command line output for rustup
I also copied paste the vim-plug installation script into my vimrc, ran PlugInstall and everything seems to work well. (no errors or any) But I can't open any browser preview either by opening a new md file or by
:ComposerStart
Could you help me a bit and tell me where am I missing?
Thanks!
The text was updated successfully, but these errors were encountered: