vimwiki/autoload/vimwiki
Patrick Davey 5f01182468 Add html_filename_parameterization option.
This adds the vimwiki_local `html_filename_parameterization` option (0|1)
which performs the same sanitization of filenames as does the
vimwiki_markdown gem.

For example, if your file is called "My File.md" it will be written out
as "my-file.html".

If the html_filename_parameterization options is enabled, we also _do
not delete_ non-matching html files when the VimwikiAllToHtml command is
run.

Closes #129
2019-04-13 10:07:51 +12:00
..
base.vim Fix VimwikiBackLinks on Windows. See Issue #413. 2019-04-06 10:43:09 -06:00
customwiki2html.sh Clean up the help file (part 3) 2015-11-23 13:10:46 +01:00
default.tpl HTML5 doctype for HTML output 2014-09-12 11:31:06 +02:00
diary.vim Move variable declaration outside of for loop 2019-04-08 22:18:07 -06:00
html.vim Add html_filename_parameterization option. 2019-04-13 10:07:51 +12:00
lst.vim Revert "Allow to specify additional chars for lists" 2019-01-17 21:57:42 +01:00
markdown_base.vim Don't replace spaces in link description for markdown syntax. 2019-04-08 20:54:21 -06:00
path.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
style.css Made headings link to themselves. 2019-01-30 21:13:29 +01:00
tags.vim Change the tagfile name. 2019-04-01 09:46:41 -06:00
tbl.vim Remove redundant layer of branching in get_cell_aligns_fast 2019-04-10 11:06:05 -07:00
u.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
vars.vim Add html_filename_parameterization option. 2019-04-13 10:07:51 +12:00