Commit Graph

16 Commits

Author SHA1 Message Date
Maxim Kim
39d76b23b9 Version 0.6.1
* 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.
0001-01-01 00:00:00 +00:00
Maxim Kim
344daede11 Version 0.6
* 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.
0001-01-01 00:00:00 +00:00
Maxim Kim
1833ec1ad9 Version 0.5.3
* FIX: Fixed :VimwikiRenameWord. Error when g:vimwiki_home had whitespaces in path.
* FIX: :VimwikiSplitWord and :VimwikiVSplitWord didn't work.
0001-01-01 00:00:00 +00:00
Maxim Kim
a9580e05e1 Version 0.5.2
* 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.
0001-01-01 00:00:00 +00:00
Maxim Kim
918f808612 Version 0.5.1
* [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  {{{ }}}.
0001-01-01 00:00:00 +00:00
Maxim Kim
cac8365402 Version 0.5
* DONE: vimwiki default markup to HTML conversion improved.
  * DONE: Added basic `GoogleWiki` and `MediaWiki` markup languages.
  * DONE: Chinese `[[complex wiki words]]`.
0001-01-01 00:00:00 +00:00
Maxim Kim
03a25a7975 Version 0.4
* DONE: vimwiki=>HTML converter in plain vim language.
  * DONE: Plugin autoload.
0001-01-01 00:00:00 +00:00
Maxim Kim
4e93c33eb4 Version 0.3.4
* FIXED: Backup files (.wiki~) caused a bunch of errors while opening wiki files.
0001-01-01 00:00:00 +00:00
Maxim Kim
2cd2e35d0a Version 0.3.3
* 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.
0001-01-01 00:00:00 +00:00
Maxim Kim
dfd2470208 Version 0.3.2
FIXED: Renaming - error if complex wiki word contains %.
FIXED: Syntax highlighting for preformatted text . Sync option added.
FIXED: smartCR bug fix.
0001-01-01 00:00:00 +00:00
Maxim Kim
c0582997a3 Version 0.3.1
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.
0001-01-01 00:00:00 +00:00
Maxim Kim
0df6adccc3 Version 0.3
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
0001-01-01 00:00:00 +00:00
Maxim Kim
c0b56d572b Version 0.2.2
Added keybindings to split/vertsplit when following WikiWords.
<S-CR> - split WikiWord
<C-CR> - vertical split WikiWord
0001-01-01 00:00:00 +00:00
Maxim Kim
4e4fb8a1b4 Version 0.2.1: install on linux now works. 0001-01-01 00:00:00 +00:00
Maxim Kim
0b416c2834 Version 0.2
* (+) 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]]`
0001-01-01 00:00:00 +00:00
Maxim Kim
4f28e21f3f Version 0.1: Initial upload 0001-01-01 00:00:00 +00:00