vim-preview
vim-preview copied to clipboard
Vim plugin for previewing markup files(markdown,rdoc,textile,html)
More at https://asciidoctor.org/
every time I preview markdown ,the browser is garbled(Chinese),I need to manually set up Chrome.Is there any way to solve this problem? juse like configure setCharacterEncoding("UTF-8") or any other codes...
As a matter of good practice, I changed the mapping to be non-recursive (i.e., use `noremap` instead of `map`). Recursive maps are just a [bad idea](http://learnvimscriptthehardway.stevelosh.com/chapters/05.html#recursion). This has no effect...
Hi! The error occurs with this plugin on Linux: > Preview: To preview markdown format you need to install redcarpet gem > Press ENTER or type command to continue $...
You may add these lines to autoload/preview.vim file ``` 247 248 250 ``` to allow \(inline formula\) and \[diplay formula\] to be translated in latex using MathJax.
For some crazy reason, when running this plugin with the default hotkey I get this message in GNOME: > Iceweasel is already running, but is not responding. I get this...
Vim: Caught deadly signal SEGV Vim: Finished. fish: Job 1, 'vim rederenceTypes.md ' terminated by signal SIGSEGV (Address boundary error) ⏎
I have noticed that `:Preview` with a `.rst. file can cause (multiple) lines of errors, e.g. ``` :11: (ERROR/3) Error in "code" directive: maximum 1 argument(s) allowed, 3 supplied. .....
Add such a command would make it less possible to conflict with existing key maps. (`p` is too simple) Users could map it to whatever if they want. For backward...
When I try to use vim-preview with Rdoc I catch such error: ``` Обнаружена ошибка при обработке function 80_Preview..preview#show: строка 4: NameError: (eval):74:in `show_rdoc': uninitialized constant GitHub::Markup::RDoc ``` I have...