Welcome to vimwiki 0.9.7

2009-12-09 23:50; Tags:

What’s new

vimwiki-embedded-syntax

  • NEW: Default checkbox symbols are changed to [ ], [.], [o], [O], [X]. You can change them using g:vimwiki_listsyms variable.
  • NEW: Color group names are renamed from wikiBold, wikiItalic, etc to VimwikiBold, VimwikiItalic, etc.
  • NEW: Open external links in a browser. There are default browsers defined in g:vimwiki_browsers list. You can also redefine VimwikiWeblinkHandler function to open weblinks in other programs.
  • NEW: Issue 25: Toggle the states of multiple TODO list items at a time (in VISUAL and in VISUAL LINE modes)
  • NEW: Issue 26: Highlight code snippets in vimwiki’s pre. See :h vimwiki-option-nested_syntaxes. Thanks kriomant.
  • NEW: Issue 27: Automatic garbage deletion from html directory.
  • NEW: Save all open vimwiki buffers before export to html.
  • NEW: Issue 29: Custom :Search command.
  • NEW: Header text objects are now expandable in VISUAL mode. Tap ‘vah’ to select a header. Tap again ‘ah’ to expand selection further. Thanks Andy Wokula.
  • FIX: Folding settings are reset to vim defaults in a new tab (think of \wt) so you cannot hide things in folds.
  • FIX: https links in form of [https://hello.world.com] are not exported into html. Thanks Saurabh Sarpal for the patch.

Get it from vimwiki downloads list.

Память, перемать

2009-11-22 22:03; Tags:

Я правильно понимаю, что если забыл пароль root’а, то это не лечится?

Хорошо хоть sudo работает.

Go бьет Go!

2009-11-11 23:14; Tags:

Совсем недавно работник гугла Брам Мулинар, автор редактора vim, вытащил на свет свой новый язык системного программирования zimbu. Теперь другие гуглоперцы выпускают еще один новый язык, опять же, системного программирования Go.

С ним, кстати, вышло не совсем красиво. Оказывается уже лет 10 6 как существует ЯП под названием «Go!» и его автору не сильно понравился конкурент от гугла. Интересно почему гуглоавторы не проверили название своего детища в гуглопоиске?

Народ кстати ратует о переименовании языка — мол искать неудобно и вообще некрасиво так поступать — и предлагает свои варианты: «Issue 9» один из них. :)

vimwiki 0.9.6 is out

2009-10-22 23:15; Tags:

Changes:

vimwiki096

  • NEW: You can have multiline list items. See :h vimwiki-syntax-lists.
  • NEW: You can ignore newlines in multiline list items when do export to html. See :h g:vimwiki_list_ignore_newline option.
  • NEW: Different checkbox symbols [.], [:], [o] are added. See :h vimwiki-todo-lists.
  • NEW: Now there is no longer syntax of preformatted text that is started by a whitespace.
  • NEW: Blockquotes. See :h vimwiki-syntax-blockquote.
  • NEW: Per wiki folding option (vimwiki-option-folding) is removed. Global :h g:vimwiki_folding and :h g:vimwiki_fold_lists are added.
  • NEW: Due to being quite slow folding of list items is off by default. Use :h g:vimwiki_fold_lists to turn it on.
  • NEW: If you want replace some symbols in a wikifilename use :h 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.

Get it from vimwiki downloads list.

Multiline list items in vimwiki

2009-09-22 12:25; Tags:

I think of implementing multiline list items:

    * List item bla bla bla, blalala bla blabla bla.
      New line of the same list item blabla bla bla bla.
      More lines here.
    * List item 2.
    * List item 3.

Looks like list item’s continued lines would clash with preformatted text. So preformatted text that starts from whitespace most likely will be removed from vimwiki.

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.

Котенок

2009-09-14 10:10; Tags: ,

Сотрудники одной компании Москвы нашли тут котенка с перебитой, местами раздробленной, задней лапой. Отвезли в вет-клинику, где ветеринары эту лапу отняли.

Оказалась — кошка, примерно 2-х месяцев от роду.
Из плюсов:

  • ничем не болеет;
  • глистов нет;
  • ходит в туалет;
  • трехногая — вряд ли будет тащить еду со стола, просто не допрыгнет;
  • красивая.

Вот так она выглядит (почти сразу после операции):

IMG_1692 IMG_1697

Пока проходит послеоперационные процедуры у меня дома, ищем кому бы отдать.

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.

Ла Кумпарса

2009-08-22 15:42; Tags: ,

Я настолько выпал из танго жизни, что про крупнейший танго-фест Москвы, который уже начался, даже и не вспомнил. А ведь в былые времена я считал дни до его начала…

IMG_0032

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.

« Newer PostsOlder Posts »

Powered by WordPress