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

An asynchronous markdown preview plugin for Vim and Neovim.

Results 33 vim-markdown-composer issues
Sort by recently updated
recently updated
newest added

Hi, I just wanted to ask, if it's possible to get this plugin to render the markdown output to the full width of the browser window. Right now it only...

A killer feature would be to have vim-markdown-composer moving the html preview to the same position in the document where the current cursorline in vim is. Especially in long documents...

enhancement

According to https://github.com/euclio/vim-markdown-composer/issues/51#issuecomment-361087675 my patch is no longer needed.

bug

Hi, the plugin does not seem to run on windows. Every time I open an .md file (which are set to markdown in my vimrc) I get the error message:...

You can use % tags to set the title and author of the document, or use YAML headers, as follows: ``` % The Chomsky Hierarchy % Simon Fish ``` or...

I have used the plugin with both Safari and Firefox on a Mac with multimarkdown ( installed by homebrew ) let g:markdown_composer_external_renderer='multimarkdown' With Safari the browser flashes ( especially bad...

bug

It'd be nice if this opened in kiosk mode rather than just standard Chrome. I'm looking into using xdotool for a workaround, but I have no idea how to use...

Did you consider closing the preview window on BufDelete? When I open multiple markdown files, I end up with a lot of tabs in my browser ^^ https://developer.mozilla.org/en-US/docs/Web/API/Window/close

enhancement

In issue #25 I argued that it would be nice to have a dynamic refresh rate instead of defining the refresh rate manually and staticly with `g:markdown_composer_refresh_rate` in the config....

One low-hanging fruit would be to check if opening the browser caused an error. It would also be nice to avoid panics and report when there was a problem with...

enhancement