vim-markdown-preview icon indicating copy to clipboard operation
vim-markdown-preview copied to clipboard

Allow preview to be displayed in kiosk mode?

Open m-wells opened this issue 6 years ago • 2 comments

Any way to add an option to allow for Google Chrome to run in application mode? Application mode provides a cleaner preview window. The command is simple enough:

google-chrome-stable --app=file:///tmp/vim-markdown-preview.html

m-wells avatar Apr 09 '18 15:04 m-wells

Happy to accept a PR that adds this an an optional configuration!

JamshedVesuna avatar Apr 15 '18 19:04 JamshedVesuna

I use bash script file mothod /usr/bin/google-chrome-stable-app script content: #!/bin/bash /usr/bin/google-chrome-stable %U --app=$1 ~/.vimrc settings: let g:mkdp_browser='/usr/bin/google-chrome-stable-app'

Very good!!!

kulongwangzhi85 avatar Dec 13 '21 12:12 kulongwangzhi85