* NEW: You can have multiline list items. See |vimwiki-syntax-lists|.
* NEW: You can ignore newlines in multiline list items when do export to
html. See |g:vimwiki_list_ignore_newline| option.
* NEW: Different checkbox symbols [.], [:], [o] are added. See
|vimwiki-todo-lists|.
* NEW: Now there is no longer syntax of preformatted text that is started
by a whitespace.
* NEW: Blockquotes. See |vimwiki-syntax-blockquote|.
* NEW: Per wiki folding option (vimwiki-option-folding) is removed. Global
|g:vimwiki_folding| and |g:vimwiki_fold_lists| are added.
* NEW: Due to being quite slow folding of list items is off by default.
Use |g:vimwiki_fold_lists| to turn it on.
* NEW: If you want replace some symbols in a wikifilename use
|g:vimwiki_badsyms| option (Andreas Baldeau).
* FIX: Command |:VimwikiToggleListItem| doesn't work for one of the two
wikies opened at the same time with different syntaxes.
* FIX: Command |:VimwikiToggleListItem| do not switch parent checkboxes if
there are non-checkbox list items available.
* FIX: Issue 24: Link error in html when write [[one.two.three]].
* FIX: Rename WikiWord to something with a colon (:) does nasty things.
* FIX: Command |:VimwikiToggleListItem| do not switch right if there are
list items without checkboxes in the list.
* NEW: Added g:vimwiki_global_ext to control creation of temporary wikies in a dirs that are not listed in g:vimwiki_list.
* NEW: Added g:vimwiki_hl_headers to highlight headers with different predefined colors.
* NEW: Checked [x] items are not highlighted with Comment syntax group by default. Use g:vimwiki_hl_cb_checked to turn it on.
* NEW: Added new syntax for links: [[link address][link description]].
* NEW: Added <C-@> allias of <C-Space> mapping for *nix systems.
* NEW: Added g:vimwiki_camel_case. Set it to 0 if you do not want CamelCased WikiWords to be linkified.
* FIX: Links with g:viwmiki_stripsym (default '_') [[My_Link|Text]] are not highlighted when created.
* FIX: indent/vimwiki.vim is obsolete. If you upgrade from previous versions remove it. It causes wrong list indentation if noexpandtab is set.
* FIX: If tabs and spaces are used to indent list items html export gives error. Thanks Klaus Ethgen for report.
* FIX: Some html export fixes.
* NEW: Links with directories: [[dir_name/Link|Text]]. Thanks Jie Wu.
* NEW: Added %root_path% template variable to get relative root dir of path_html. See vimwiki-option-html_header.
* FIX: Indent incorrect for vim without "float" compile option. Thanks Julian Kooij.
* FIX: Convert to html doesn't work right with links like [[foo::bar]].
* FIX: Rename wikiword doesn't work right when rename WikiWord to [[WikiWord blablabla]].
* FIX: Renaming of links with description doesn't work.
* FIX: Weblinks with commas are not highlighted.
* MISC: Some changes in default css file.
* NEW: g:vimwiki_menu option is a string which is menu path. So one can use let g:vimwiki_menu = 'Plugin.Vimwiki' to set the menu to the right place.
* NEW: g:vimwiki_fold_empty_lines -- don't or do fold in empty lines between headers. See :h g:vimwiki_fold_empty_lines
* FIX: Encoding error when running vimwiki in Windows XP Japanese. Thanks KarasAya.
I was playing with python and vimball archives -- as a result CRLFs in a recent vba file. Anyway I hope those evil CRLFs in the past.
* FIX: Installation on Linux doesn't work. (Dos line endings in Vimball archive file).
* FIX: Clear out FlexWiki ftplugin's setup. Now you don't have to hack filetype.vim to get rid of unexpected ':setlocal bomb' from FlexWiki's ftplugin.
* FIX: When write done: it will show another done: in html file.
* NEW: Option 'folding' added to turn folding on/off.
* NEW: Header text object. See :h vimwiki-text-objects.
* NEW: Add/remove Header levels with '=' and '-'. See :h vimwiki_=.
* NEW: Vimwiki GUI menu to select available wikies. See :h g:vimwiki_menu.
* NEW: You can specify the name of your css file now. See :h vimwiki-option-css_name
* NEW: You can add styles to image links, see :h vimwiki-syntax-links.
* FIX: History doesn't work after :VimwikiRenameWord.
* FIX: Some of wikipedia links are not correctly highlighted. Links with parentheses.
* MISC: Renamed vimwiki_gtd to vimwiki_lst.
* [new] HTML Table cell text alignment, see :h vimwiki-syntax-tables.
* [new] Wikipage history simplified. Each vimwiki buffer now holds b:vimwiki_prev_word which is list of [PrevWord, getpos()].
* [new] If highlight for groups wikiHeader1..wikiHeader6 exist (defined in a colorscheme) -- use it. Otherwise use Title highlight for all Headers.
* [fix] Warn only once if 'html_header' or 'html_footer' does not exist.
* [fix] Wrong folding for the text after the last nested list item.
* [fix] Bold and Italic aren't highlighted in tables without spaces between || and * or _. ||*bold*||_asdf_ || (Thanks Brett Stahlman)
* [new] You can add classes to 'pre' tag -- :h vimwiki-syntax-preformatted. This might be useful for coloring some programming code with external js tools like google syntax highlighter.
* [new] !WikiPage is not highlighted. It is just a plain word WikiPage in HTML, without exclamation mark
* [new] Definition lists, see :h vimwiki-syntax-lists.
* [new] New implementation of :h VimwikiRenameWord. CAUTION: It was tested on 2 computers only, backup your wiki before use it. Email me if it doesn't work for you.
* [new] HTML: convert [ ] to html checkboxes.
* [new] Default CSS: gray out checked items.
* [fix] Less than 3 characters are not highlighted in Bold and Italic.
* [fix] Added vimwiki autocmd group to avoid clashes with user defined autocmds.
* [fix] Pressing ESC while :h :VimwikiUISelect opens current wiki index file. Should cancel wiki selection.
* [new] <C-Space> on a list item creates checkbox.
* [fix] With * in the first column, <CR> shouldn't insert more * (default syntax).
* [fix] With MediaWiki's ** [ ], <CR> should insert it on the next line.
* [fix] HTML export should use 'fileencoding' instead of 'encoding'.
* [fix] Code cleanup.
* [del] Removed google syntax file.
* [new] Default vimwiki syntax is a subset of google's one. Header's has been changed from !Header to =Header=. It is easier to maintain only 2 syntaxes. See :h vimwiki-syntax-headers.
* [new] Multiline paragraphs -- less longlines.
* [new] Comments. See :h vimwiki-syntax-comments.
* [del] Removed setlocal textwidth = 0 from ftplugin.
* [fix] New regexps for bold, italic, bolditalic.
* [fix] The last item in List sometimes fold-in incorrectly.
* [fix] Minor tweaks on default css.
* [new] Vimwiki's foldmethod changed from syntax to expr. Foldtext is changed to be nicer with folded list items.
* [new] Fold/outline list items.
* [new] It is possible now to edit wiki files in arbitrary directories which is not in g:vimwiki_list's paths. New WikiWords are created in the path of the current WikiWord.
* [new] User can remap Vimwiki's built in mappings.
* [new] Added g:vimwiki_use_mouse. It is off by default.
* [fix] Removed <C-h> mapping.
NOTE: g:vimwiki_home is obsolete now!!!
* NEW Multiple wikies support. A lot of options have been changed, see :h vimwiki-options
* NEW Auto create directories.
* NEW Checked list item highlighted as comment.
* FIX Multiple set ft=vimwiki for each buffer disabled. Vimwiki should load its buffers a bit faster now.
* NEW: <Plug>VimwikiToggleListItem added to be able to remap <C-Space> to anything user prefers more.
* FIX: Toggleable list items do not work with MediaWiki markup.
* FIX: Changing g:vimwiki_home_html to path with ~ while vimwiki is loaded gives errors for HTML export.
* DEL: Command :VimwikiExploreHome.
* NEW: GTD stuff -- toggleable list items. See h: vimwiki-gtd.
* FIX: Headers do not fold inner headers. (Thanks Brett Stahlman)
* FIX: Remove last blank lines from preformatted text at the end of file (HTML).
* DEL: Removed g:vimwiki_smartCR option.
* NEW: [[link|description]] is available now.
* FIX: Barebone links (ie: http://bla-bla-bla.org/h.pl?id=98) get extra escaping of ? and friends so they become invalid in HTML.
* FIX: In linux going to [[wiki with whitespaces]] and then pressing BS to go back to prev wikipage produce error. (Thanks Brendon Bensel for the fix)
* FIX: Remove setlocal encoding and fileformat from vimwiki ftplugin.
* FIX: Some tweaks on default style.css
* FIX: [blablabla bla] shouldn't be converted to a link.
* FIX: Remove extra annoing empty strings from PRE tag made from
whitespaces in HTML export.
* FIX: Moved functions related to HTML converting to new autoload module
to increase a bit vimwiki startup time.
* NEW: Header and footer templates. See g:vimwiki_html_header and g:vimwiki_html_footer in help.
* FIX: :Vimwiki2HTML does not recognize ~ as part of a valid path.
* NEW: Added :VimwikiGoHome, :VimwikiTabGoHome and :VimwikiExploreHome commands.
* NEW: Added <Leader>wt mapping to open vimwiki index file in a new tab.
* NEW: Added g:vimwiki_gohome option that controls how :VimwikiGoHome works when current buffer is changed. (Thanks Timur Zaripov)
* FIX: Fixed :VimwikiRenameWord. Very bad behaviour when autochdir isn't set up.
* FIX: Fixed commands :Wiki2HTML and :WikiAll2HTML to be available only for vimwiki buffers.
* FIX: Renamed :Wiki2HTML and :WikiAll2HTML to :Vimwiki2HTML and :VimwikiAll2HTML commands.
* FIX: Help file corrections.
* [new] Help is created.
* [new] Now you can fold headers.
* [new] <Plug>VimwikiGoHome and <Plug>VimwikiExploreHome were added.
* [fix] Bug with {{{HelloWikiWord}}} export to HTML is fixed.
* [del] Sync option removed from: Syntax highlighting for preformatted text {{{ }}}.
* DONE: vimwiki default markup to HTML conversion improved.
* DONE: Added basic `GoogleWiki` and `MediaWiki` markup languages.
* DONE: Chinese `[[complex wiki words]]`.
* FIXED: `[[wiki word with dots at the end...]]` didn't work.
* DONE: Added error handling for `delete wiki word` function.
* DONE: Added keybindings `o` and `O` for list items when g:vimwiki_smartCR=1.
* DONE: Added keybinding `<Leader>wh` to visit wiki home directory.
DONE: Use mouse to follow links. Left double-click to follow WikiPage, Rightclick then Leftclick to go back.
FIXED: Renaming - [[hello world?]] to [[hello? world]] links are not updated.
FIXED: Buffers menu after renaming is the same as before renaming.
DONE: - Highlight non-existent WikiWords.
DONE: - delete current WikiWord (<Leader>wd)
DONE: - g:vimwiki_smartCR=2 => use vim comments (see :h comments :h formatoptions) feature to deal with list items. (thx - Dmitry Alexandrov)
DONE: Add highlighting to TODO:, DONE:, FIXED:.
DONE: Rename current WikiWord - be careful on Windows you cannot rename wikiword to WikiWord. After renaming update all links to that renamed WikiWord
FIXED: Bug - do not duplicate WikiWords in wiki history.
FIXED: after renaming [[wiki word]] twice buffers are not deleted
FIXED: when renaming from [[wiki word]] to WikiWord result is [[WikiWord]]
FIXED: more than one complex words on one line is bugging each other when try go to one of them. [[bla bla bla]] [[dodo dodo dodo]] becomes bla bla bla ]] [[dodo dodo dodo
* (+) Add part of Google's Wiki syntax.
* (+) Add auto insert # with ENTER.
* (+) On/Off auto insert bullet with ENTER.
* (+) Strip `[[complex wiki name]]` from symbols that cannot be used in file names.
* (+) Links to non-wiki files. Non wiki files are files with extensions ie `[[hello world.txt]]` or `[[my homesite.html]]`