Click on the package to download.
vim-publish-helper-0.16.tgz |
0.16 |
2024-05-24 |
7.3 |
Alexey Radkov |
- Fix handling colors when termguicolors is set.
- Fixes in script lua/publish-helper.lua, now it also has support for Neovim 0.10.
- Set variable b:current_syntax in syntax/shelloutput.vim to fix rendering shelloutput in Neovim via the treesitter fallback.
- Disable TOhtml rendering engine in Neovim 0.10 because plugin TOhtml was rewritten in this version of Neovim in a non-compatible way.
- Extend the sample .vimrc.pandoc to use with Neovim. |
vim-publish-helper-0.14.tgz |
0.14 |
2023-05-10 |
7.3 |
Alexey Radkov |
Vim startup optimization: all functions were moved to autoload/ directory |
vim-publish-helper-0.13.1.tgz |
0.13.1 |
2023-01-06 |
7.3 |
Alexey Radkov |
- vimhl: dropped dependency on packages regex-compat and cond.
- vimhl_latex_tmpl.sh: fixes after running Shellcheck. |
vim-publish-helper-0.13.tgz |
0.13 |
2022-12-26 |
7.3 |
Alexey Radkov |
- Added an option for rendering highlights built by the treesitter in Neovim.
- Fixes and improvements in rendering of HTML tables for the line-number columns.
- Use environment variable VIMHL_BACKEND to choose between vim flavors in vimhl. |
vim-publish-helper-0.12.7.tgz |
0.12.7 |
2020-07-04 |
7.3 |
Alexey Radkov |
updated after Pandoc 2.8 and the String-to-Text migration |
vim-publish-helper-0.12.5.tgz |
0.12.5 |
2018-11-21 |
7.3 |
Alexey Radkov |
miscellaneous improvement in vimhl.hs |
vim-publish-helper-0.12.4.tgz |
0.12.4 |
2018-11-20 |
7.3 |
Alexey Radkov |
better handling of Ctrl-C interrupts and vim failures in vimhl.hs |
vim-publish-helper-0.12.3.tgz |
0.12.3 |
2018-11-16 |
7.3 |
Alexey Radkov |
fixes and improvements in vimhl.hs and vimhl_latex_tmpl.sh, compatibility with pandoc 2.0 |
vim-publish-helper-0.12.2.tgz |
0.12.2 |
2016-09-27 |
7.3 |
Alexey Radkov |
files structure reorganized, misc enhancements, filter vimhl can now be installed with cabal |
vim-publish-helper-0.12.1.tgz |
0.12.1 |
2015-02-06 |
7.3 |
Alexey Radkov |
fixed broken in version 0.12 tex / pdf output |
vim-publish-helper-0.12.tgz |
0.12 |
2015-01-13 |
7.3 |
Alexey Radkov |
- added an option for line numbering as an HTML table effective in
the internal HTML syntax highlighting engine only: set variable
g:PhLinenrAsTblColumn and enjoy it (see updated docs)
- several improvements in script vimhl_latex_tmpl.sh
- minor refactoring of vimhl.hs |
vim-publish-helper-0.11.tgz |
0.11 |
2014-05-26 |
7.0 |
Alexey Radkov |
- added support for rich text elements: text background color, bold,
italic and underline typefaces and turned it on by default
- speed improvements, now commands may run about 30% faster |
vim-publish-helper-0.10.tgz |
0.10 |
2014-03-18 |
7.0 |
Alexey Radkov |
- added support for highlighting various shells outputs
- added an example with images on github |
vim-publish-helper-0.9.tgz |
0.9 |
2014-03-15 |
7.0 |
Alexey Radkov |
- further improvements in TOhtml rendering engine (completed in 0.8.x series)
- added new variable g:PhTexBlockStyle to customize code blocks visual
parameters in TeX documents
- added an auxiliary script vimhl_latex_tmpl.sh for making pandoc
templates for TeX compatible with vimhl (see updated docs) |
vim-publish-helper-0.8.3.tgz |
0.8.3 |
2014-02-21 |
7.0 |
Alexey Radkov |
- properly restore global variables related to TOhtml
- minor (mostly stylistic) imrovements in vimhl.hs |
vim-publish-helper-0.8.2.tgz |
0.8.2 |
2014-02-14 |
7.0 |
Alexey Radkov |
fixed trim algorithm in TOhtml engine; minor fixes and improvements |
vim-publish-helper-0.8.1.tgz |
0.8.1 |
2014-02-11 |
7.0 |
Alexey Radkov |
fixed possible error messages about not found patterns when using Tohtml engine |
vim-publish-helper-0.8.tgz |
0.8 |
2014-02-11 |
7.0 |
Alexey Radkov |
- both HTML rendering engines do not use tag <tt> any longer
- improved TOhtml rendering engine: full support of line numbering,
regular spaces instead HTML non-breaking spaces
- docs updated |
vim-publish-helper-0.7.tgz |
0.7 |
2014-02-08 |
7.0 |
Alexey Radkov |
- customizing attributes of HTML tag <pre> using variable g:PhHtmlPreAttrs
- select between conditions in .vimrc or .vimrc.pandoc using variables
defined in a new attribute vars (see docs) |
vim-publish-helper-0.6.tgz |
0.6 |
2014-01-08 |
7.0 |
Alexey Radkov |
- all elements that do not have syntax names are highlighted by Normal
highlighting group
- HTML may now be rendered using internal plugin's highlighting engine,
this is controlled by a new variable g:PhHtmlEngine; with the new engine
line numbering of code blocks gets available
- added new variable g:PhTrimBlocks to control how blank lines around the
code will be managed |
vim-publish-helper-0.5.tgz |
0.5 |
2014-01-07 |
7.0 |
Alexey Radkov |
- added new variable g:PhCtrlTrans that deals with correct representation
of control characters in MakeTexCodeHighlight |
vim-publish-helper-0.4.tgz |
0.4 |
2014-01-04 |
7.0 |
Alexey Radkov |
- fixed white-instead-black foreground issue
- added example of how to use Shaded and Highlighting environments in docs
- other small fixes |
vim-publish-helper-0.3.tgz |
0.3 |
2014-01-04 |
7.0 |
Alexey Radkov |
- vimhl.hs: added possibility to load a dedicated file $HOME/.vimrc.pandoc
instead normal $HOME/.vimrc when running pandoc: this may extremely
speed up pandoc; see docs for details
- vimhl.hs: added another option to choose color scheme when running
pandoc: attribute colorscheme; however using file $HOME/.vimrc.pandoc is
more preferable |
vim-publish-helper-0.2.tgz |
0.2 |
2014-01-02 |
7.0 |
Alexey Radkov |
- dropped perl dependency in vimhl.hs
- vimhl.hs is no longer executable script (make it executable or compile)
- docs added |
publish_helper-0.1.tgz |
0.1 |
2014-01-01 |
7.0 |
Alexey Radkov |
Initial upload |