vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 0178114c7f9ebcfeabb6e0006718b3a469c227c6
parent 3ecf9c544a47d8f93aa65075ef1010b97c3beffc
Author: s <sebastian.glinski@gmail.com>
Date:   Tue, 11 Jul 2017 06:37:53 +0200

add documentation entry for custom_wiki2html_args

Diffstat:
Mdoc/vimwiki.txt | 16++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -2161,8 +2161,9 @@ The following arguments, in this order, are passed to the script: 10. root_path : a count of ../ for pages buried in subdirs For example, if you have wikilink [[dir1/dir2/dir3/my page in a subdir]] then this argument is '../../../'. -11. custom_args : custom arguments (can be defined in g:vimwiki_list as - 'custom_wiki2html_args' parameter) that will be passed to the conversion +11. custom_args : custom arguments that will be passed to the conversion + (can be defined in g:vimwiki_list as 'custom_wiki2html_args' parameter, + see |vimwiki-option-custom_wiki2html_args|) script. Options 7-11 are experimental and may change in the future. If any of these @@ -2178,6 +2179,17 @@ be located at https://github.com/vimwiki-backup/vimwiki/issues/384 To use the internal wiki2html converter, use an empty string (the default). +vimwiki-option-custom_wiki2html_args +----------------------------------------------------------------------------- +Key Default value~ +custom_wiki2html_args '' + +Description +If a custom script is called with |vimwiki-option-custom_wiki2html|, additional +parameters can be passed by setting them using 'custom_wiki2html_args' in +|g:vimwiki_list|. + + *vimwiki-option-list_margin* ------------------------------------------------------------------------------ Key Default value~