nvim/pack/acp/start/vimoutliner
2019-06-19 13:42:02 +01:00
..
colors Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
doc Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
ftdetect Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
ftplugin Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
syntax Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
vimoutliner Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
.gitignore Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
CHANGELOG Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
INSTALL Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
install.sh Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
LICENSE Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
README Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
README.detailed Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
TODO.otl Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00
vimoutlinerrc Add vimoutliner v0.4.0 2019-06-19 13:42:02 +01:00

VimOutliner README file

Introduction

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. VimOutliner can be
used without the mouse (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. All VimOutliner files have the ".otl"
extension. For help on VimOutliner type ":h vo". For an overview of
all the most important VimOutliner commands you can type ":h votl_cheatsheet"
when you have opened an otl file.


* Usage

VimOutliner has been reported to help with the following tasks:

    - Project management
    - Password wallet
    - To-do lists
    - Account and cash book
    - 'Plot device' for writing novels
    - Inventory control
    - Hierarchical database
    - Web site management

* Characteristics

    - Fast and effective
    - Fully integrated with Vim
    - Extensible through plugins
    - Many post-processing scripts  allow exporting to multiple formats
    - Extensive documentation

For more information on the use of VimOutliner see the README.detailed
file in this directory.


Installation details

1. Zip file

To install from the zip file do the following (exchange "x" with
version number from the package you have downloaded):

$ unzip vimoutliner-0.3.x.zip $ cd vimoutliner-0.3.x $ sh install.sh

2. Gzip archive

To install from the gzip archive follow these steps:

$ tar -xzvf vimoutliner-0.3.x.tgz $ cd vimoutliner-0.3.x $ sh install.sh

Downloads

zip archives are available here:

https://github.com/vimoutliner/vimoutliner/downloads

Download of all packages can also be done from the Freshmeat site:

http://freecode.com/projects/vimoutliner

For more detailed installation instructions see the INSTALL file in
this directory.