summaryrefslogtreecommitdiffstats
path: root/editors/vimoutliner/DETAILS
blob: e0d1ffd28f815b4a974c5e52940fc334164cc760 (plain) (blame)
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
29
. "$GRIMOIRE/FUNCTIONS"
           SPELL=vimoutliner
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/$SPELL/$SPELL.git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
        WEB_SITE="http://www.vim.org/scripts/script.php?script_id=3645"
      LICENSE[0]="GPL"
         ENTERED=20130522
        KEYWORDS=""
           SHORT="Outline processor designed for lightning fast authoring"
cat << EOF
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.

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"
EOF