Thanks for the great work!
I have a mapping in my .vimrc file to launch the current Markdown file in Chrome:
autocmd BufEnter,FileType markdown nnoremap <F9> :execute ':silent !google-chrome %'<CR>
However, there's an extra step to activate the plugin on the page. Is there a way to automatically activate the plugin on user-defined file paths?