Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow preview to be displayed in kiosk mode? #81

Open
m-wells opened this issue Apr 9, 2018 · 2 comments
Open

Allow preview to be displayed in kiosk mode? #81

m-wells opened this issue Apr 9, 2018 · 2 comments

Comments

@m-wells
Copy link

m-wells commented Apr 9, 2018

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
@JamshedVesuna
Copy link
Owner

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

@kulongwangzhi85
Copy link

kulongwangzhi85 commented Dec 13, 2021

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!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants