My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

Hosted on vim scripts too.

Description

Vimwiki is a personal wiki for Vim -- a number of linked text files that have their own syntax highlighting.

With vimwiki you can

  • organize notes and ideas
  • manage todo-lists
  • write documentation

Screenshots

Quick start

Press <Leader>ww (this is usually \ww) to go to your index wiki file. By default it is located in:

~/vimwiki/index.wiki

Feed it with the following example:

= My knowledge base =
    * [[My Urgent Tasks]] -- things to be done _yesterday_!!!
    * [[Project Gutenberg]] -- good books are power.
    * [[Scratch Pad]] -- various temporary stuff.

All the stuff in double brackets are links.

Place cursor on [[Project Gutenberg]] and press Enter to follow it. Edit and save then press Backspace to return back.

For the various options see :h vimwiki-options.

There is also vimwiki quick reference card available.

Powered by Google Project Hosting