forked from vim-scripts/VimOutliner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (20 loc) · 1.5 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This is a mirror of http://www.vim.org/scripts/script.php?script_id=3515
* What is VimOutliner?
VimOutliner is an outline processor with many of the same features as Grandview, More, Thinktank, Ecco, etc. Features include tree expand/collapse, tree promotion/demotion, level sensitive colors, interoutline linking, and body text.
What sets VimOutliner apart from the rest is that it's been constructed from the ground up for fast and easy authoring. Keystrokes are quick and easy, especially for someone knowing the Vim editor. The mouse is completely unnecessary (but is supported to the extent that Vim supports the mouse). Many of the VimOutliner commands start with a double comma because that's very quick to type.
Many of the VimOutliner commands start with a double comma ",," because that's very quick to type. All VimOutliner files have the ".otl" extension. For an overview of the VimOutliner commands you can type ":h vo_cheatsheet" when you have opened an otl file. For help on VimOutliner type ":h vo"
* Usage
VimOutliner has been reported to help with the following tasks:
- Project managment.
- Password wallet => http://img71.imageshack.us/my.php?image=vimpasswordwalletpngvi4.png
- To-do lists.
- Account and cash book.
- 'Plot device' for writing novels.
- Inventory control.
- Hierarchical database.
- Web site managment.
* Characteristics
- Fast.
- Extensible through plugins.
- Many post-processing scripts allow exporting to multiple formats.
- Extensive documentation.