vimwiki diary — need test

2010-01-31 23:29; Tags:

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.

Usage example with default settings

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.

Calendar integration

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.

Download

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.

2010

2010-01-21 00:17; Tags:

Где-то в Башкирии.

vimwiki 0.9.801 is ready to go

00:04; Tags:

What’s new

vimwiki_logo

  • NEW: Rename g:vimwiki_fold_empty_lines to g:vimwiki_fold_trailing_empty_lines.
  • NEW: One can use - along with * to start unordered list item.
  • NEW: List items could be started from the first column. As a result some limitations appeared:
    • a space after *, - or # for a list item is mandatory.
    • g:vimwiki_fold_trailing_empty_lines if set to 0 folds one trailing empty line.
  • NEW: Folding is off by default. Use g:vimwiki_folding to enable it.
  • NEW: Speed up vimwiki’s folding a bit. Should lag a bit less in a long todo lists.
  • NEW: Centered headers. Start header with at least one space to make it html centered.
  • NEW: Change in default css: header’s colors.
  • NEW: Vimwiki is aware of GetLatestVimScripts now.
  • FIX: Use <del> tag instead of custom <span class="strike"> in html.
  • FIX: There are no text styling in htmlized quoted text.
  • FIX: set default value of g:vimwiki_fold_lists to 0 as written in this help.
  • FIX: Issue 33: Folded list items have wrong indentation when ‘tabs’ are used.
  • FIX: Issue 34: vimwiki#subdir got wrong dir when VimwikiGet('path') is a symbolic link. Thanks lilydjwg for the patch.
  • FIX: Issue 28: todo-list auto-indent enhancement. New item should always be unchecked.
  • FIX: Issue 36: Change the name of the :Search command to :VimwikiSearch as it conflicts with MultipleSearch. Alias :VWS is also available.
  • NEW: You can generate ‘Table of contents’ of your wiki page. See :h vimwiki-toc for details.

Get it from vimwiki downloads list.

Powered by WordPress