VimOutliner : Outline processor designed for lightning fast authoring
| script karma |
Rating 104/29,
Downloaded by 1758
|
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Vim Outliner |
| |
| script type |
| utility |
| |
| description |
* 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. |
| |
| install details |
To install from the zip file in this page do the following:
$ unzip vimoutliner-0.3.x.zip
$ cd vimoutliner-0.3.x
$ sh install.sh
gzip and vimball archives are available here:
https://github.com/vimoutliner/vimoutliner/downloads
To install from the gzip archive follow these steps:
$ tar -xzvf vimoutliner-0.3.x.tgz
$ cd vimoutliner-0.3.5
$ sh install.sh
Installing from the vimball archive does not require of external utilities, just open vimoutliner-0.3.5.vba with Vim and type the following command to install in your home vim folder:
:so %
If you want to install it in other folder use the following command:
:UseVimball path/to/folder
NOTE: If you install from a vimball archive you need to set the executable permissions for the scripts in ~/vim/vimoutliner/script (like chmod +x <script> in Linux/Mac OS X). |
| |
script versions (upload new version)
Click on the package to download.
| vimoutliner-0.3.6.zip |
0.3.6 |
2011-05-21 |
7.0 |
Vim Outliner |
This version has updated documentation and some bug fixes. |
| vimoutliner-0.3.5.zip |
0.3.5 |
2011-03-21 |
7.0 |
Vim Outliner |
* Additions/Changes:
- Moved all files inside $HOME/.vim.
- Added a cheat sheet to the documentation.
- Added smart-paste plugin.
- Added and updated post-processor scripts:
· fs2otl
· Node.pm
· otl2aft.awk
· otl2docbook.pl
· otl2html.py
· otl2lyx.awk
· otl2ooimpress.py
· otl2table.py
· otl2tags.py
· otlgrep.py
· otlhead.sh
· otlsplit.py
· otltail.sh
· otl_handler
· outline_calendar
· outline_freemind
· vo_maketags.pl
- Added syntax support for _ilink_.
- Hoist plugin disabled by default.
- Layout of vo_readme.txt made more similar to Vim help.
* Bug fixes:
- ,,S did not work. Fixed |
ip used for rating: 50.16.108.167
|