All Projects → vim-scripts → vim-pad

vim-scripts / vim-pad

Licence: MIT License
a quick-notetaking plugin

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects

vim-pad

A quick notetaking plugin for vim.

It offers a similar way of managing notes to the one made popular by tools like Notational Velocity, where file management is removed from the notetaking workflow, being replaced by searching and sorting facilities, and where the creation and searching of notes is integrated.

Notes in vim-pad are free-form; in fact it tries to make it easy to use any format you want. It works great along other plugins like VimOutliner and quicktask.

IMPORTANT: vim-pad requires +python and +conceal support from vim. Check if the flags are enabled in :version. Currently, it also requires either a grep with perl regexes support or ack, which might not be the case under OSX. Windows is not supported.

screen1

screen2

screen3

Branches

  • master contains the released version of the plugin.

  • devel contains the development version of the plugin.

Pull requests are to be done over devel. When submitting a bug, please tag the affected versions.

Configuration and Usage

IMPORTANT: you must set the g:pad#dir variable to a valid path. It is recommended to use an empty folder for this.

For the full documentation, please consult

:help vim-pad

If you have vim-tutor-mode, you can read a tutorial on using vim-pad with

:Tutor vim-pad
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].