Hey, dev version is back!
Check what’s new in vimwiki since v1.0.
Download to taste it with new vim73 beta.
PS
Btw, is there an ‘artist’ willing to create vimwiki logo? My skill in logo creating is pretty much bad
.
Hey, dev version is back!
Check what’s new in vimwiki since v1.0.
Download to taste it with new vim73 beta.
PS
Btw, is there an ‘artist’ willing to create vimwiki logo? My skill in logo creating is pretty much bad
.
After quite a long delay there is new version of vimwiki available: 1.0.
There are bug fixes and new stuff. Get it as usual from downloads page.
Have fun using it!
К следующим старкрафту и диабле я готов, только вин7 меня немного настораживает своими невидимыми блюскринами при холодном старте.
На работе отрубили аутентификацию гугла: гугл ридер не работает, отвечать на vimwiki issues могу теперь только из дома.
Доступ к этому сайту вообще отключен уже месяца 4 как.
Ляпота.
While I was quite busy at my current ‘doings for a life’, vimwiki has got new developer — Mikhail Trishchenkov. And he does a very good job at hacking vimwiki and fixing its bugs!
We also released 0.9.9 version — I had no time to post about it here.
But you can check the current vimwiki’s dev version (vimwiki-dev-2010-03-10.zip) with the following changes:
%nohtml. See vimwiki-nohtml.g:vimwiki_CJK_length.Enjoy!
I have changed table syntax. Now it has a header and thin cell borders.
I have also made tables to be auto-formattable which is kind of good thing.
Use :VimwikiTable command to create default table with 5 columns and 2 rows:
| | | | | | |---+---+---+---+---| | | | | | |
Let’s add some text into first cell:
| First Name | | | | | |---+---+---+---+---| | | | | | |
Whenever you press Tab, Enter or leave Insert mode table is formatted:
| First Name | | | | | |------------+---+---+---+---| | | | | | |
You can easily create nice looking text tables, just press Tab and enter new values:
| First Name | Last Name | Age | City | e-mail | |------------+------------+-----+----------+----------------------| | Vladislav | Pokrishkin | 31 | Moscow | vlad_pok@smail.com | | James | Esfandiary | 27 | Istanbul | esfandiary@tmail.com |
Get vimwiki-dev-2010-02-09.zip to test it out.
Несмотря на то, что внутреннее представление строк в виме — UTF-8, функция strlen результат выдает в байтах. И, чтобы подсчитать длину строки «Мама мыла раму», нужно вот такое злобное колдунство:
let str = "Мама мыла раму" let len = strlen(substitute(str, ".", "x", "g"))
Тупо, каждый символ меняем на однобайтовый "x" (вот substitute замечательно работает с UTF-8) и только после этого считаем длину строки.
«Очень продуманно!»
Diary helps you make daily notes. You can really easy add information into vimwiki that should be sorted out later. Just hit <Leader>w<Leader>w (\w\w) to create new wiki file with name based on current date. The link to this newly created file is added to a diary wiki file.
Consider today is 2010-01-27.
Hit \w\w.
Diary index file ~/vimwiki/diary.wiki is created.
2 following lines are added to ~/vimwiki/diary/diary.wiki:
= Diary = || [[2010-01-27]] ||
File ~/vimwiki/diary/2010-01-27.wiki is created and you are ready to add your information there.
On the next day.
Hit \w\w.
New link is added into ‘Diary’ section in ~/vimwiki/diary/diary.wiki:
= Diary = || [[2010-01-28]] || [[2010-01-27]] ||
File ~/vimwiki/diary/2010-01-28.wiki is created and you are ready to add your information there.
By default there are 4 links on the line. All links are sorted by their dates and dates are in iso format.
If you have calendar.vim installed you can use it to create diary notes. Just open calendar with :Calendar and tap Enter on the date. Wiki file would be created in default wiki’s diary.
Get calendar from vim.org and vimwiki with a diary stuff from vimwiki downloads.
Let me know if it doesn’t work for you.
upd
Check vimwiki with new table support. It includes a bit fixed diary stuff.

g:vimwiki_fold_empty_lines to g:vimwiki_fold_trailing_empty_lines.- along with * to start unordered list item.*, - or # for a list item is mandatory.g:vimwiki_fold_trailing_empty_lines if set to 0 folds one trailing empty line.g:vimwiki_folding to enable it.GetLatestVimScripts now. <del> tag instead of custom <span class="strike"> in html.g:vimwiki_fold_lists to 0 as written in this help.vimwiki#subdir got wrong dir when VimwikiGet('path') is a symbolic link. Thanks lilydjwg for the patch.:Search command to :VimwikiSearch as it conflicts with MultipleSearch. Alias :VWS is also available.:h vimwiki-toc for details.Get it from vimwiki downloads list.
Powered by WordPress