vimwiki 0.9.5

2009-09-17 10:23; Tags:

What’s new

  • [new] Added g:vimwiki_global_ext to control creation of temporary wikies in 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.
  • [new] Links with g:vimwiki_stripsym (default ‘_’) [[My_Link|Text]] are not highlighted when created.
  • [new] indent/vimwiki.vim is obsolete. If you upgrade from previous versions remove it. It causes wrong list indentation if noexpandtab is set.
  • [new] If tabs and spaces are used to indent list items html export gives error. Thanks Klaus Ethgen for report.
  • [new] Some html export fixes.

Screenshots

let g:vimwiki_hl_headers = 1

Get it from vimwiki downloads list.

Vimwiki quick reference card

2009-08-26 10:26; Tags:

vimwikiqrc

Thanks to J.A.J. Pater for the vimwiki quick reference card he has made.

It looks really good.

vimwiki 0.9.4

2009-07-29 10:25; Tags:

What’s new

  • [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 :h vimwiki-option-html_header.
  • [fix] Indent is 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.

Get it from vimwiki downloads list.

vimwiki 0.9.2, 0.9.2a, 0.9.2b

2009-05-04 12:17; Tags: ,

This weekend new version of vimwiki was released. And right after it a small fix was done this monday — many thanks to (annoying) dos line endings.

upd. .vba file still has dos CRLFs. The problem is in my new deployment script written in python. I will upload new .vba as soon as I am next to my computer.
upd2. Now there is vimwiki 0.9.2b with a couple of fixes and without dos lineendings.

0.9.2b

  • 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.

0.9.2a

  • FIX: Remove dos line endings from some files.

0.9.2

  • 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.

Get it from vimwiki downloads list.

vimwiki 0.9

2009-03-31 10:30; Tags: ,

What’s new:

  • [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.
  • [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 :VimwikiUISelect opens current wiki index file. Should cancel wiki selection.

Get it from vimwiki downloads list.

vimwiki 0.8

2009-03-06 00:09; Tags: ,

At last! Vimwiki supports multiple wikies.

If you upgrade from previous versions you should revisit all vimwiki’s options in your .vimrc.

Most important — g:vimwiki_home has gone. Check :h vimwiki-options for additional information.

Get Vimwiki 0.8 from its downloads list.

Vim, vimwiki and GTD

2009-02-17 23:39; Tags: ,

vimwiki-gtdI have just implemented “toggleable list items”. Now you can make “projects” which are vimwiki’s lists of what you should do to make a project done. Project is done when all it’s elements are done == checked.
Getting closer to emacs org-mode… :)

PS.
I wish i have implemented multiple wikies first.

vimwiki 0.6

2009-02-04 15:06; Tags:

Поправил некоторые ошибки, добавил возможность вставки в экспортируемые файлы шаблоны для верхней и нижней части HTML документа.

Загрузить vimwiki 0.6

vimwiki 0.5.2

2009-01-19 16:37; Tags: ,

Что новенького:

  • Добавил команды :VimwikiGoHome, :VimwikiTabGoHome и :VimwikiExploreHome.
  • Добавил маппинг <Leader>wt — откроет индексный файл в новом табе.
  • Добавил настройку g:vimwiki_gohome — меняет поведение команды :VimwikiGoHome. Подробнее в справке. (Спасибо Тимуру Зарипову).
  • Исправил команду :VimwikiRenameWord. Можно было потерять переименовываемый файл, если текущая директория отличалась от g:vimwiki_home.
  • Сделал команды :Wiki2HTML и :WikiAll2HTML доступными только для буферов c ft=vimwiki.
  • Ну и переименовал их в :Vimwiki2HTML и :VimwikiAll2HTML.

Загрузить можно, как обычно, с сайта vim’а или с сайта vimwiki.

vimwiki 0.5.1

2008-12-03 18:49; Tags: ,

В этот замечательный день, аккурат в день юриста, я забубенил новую версию.
Из нового:

  • Написал Help.
  • Сделал фолдинг для заголовков.
  • Добавил <Plug>VimwikiGoHome и <Plug>VimwikiExploreHome, чтоб их можно было нормально перебиндить.
  • Исправил парочку ошибок.

Загрузить можно с сайта vim’а (там и проголосовать можно) или с сайта vimwiki, где есть картинки, которые скриншоты.

PS
Юристы! С праздником!

« Newer PostsOlder Posts »

Powered by WordPress