 |
|
|
 |
We have 4 guests and 0 members online
You are an anonymous user. You can register for free by clicking here
|
|
 |
MAJOR SITE UPGRADE
Hey everyone! I'm working on a major site upgrade to Drupal, it I can get all the data in. In the mean time, this site may appear funky or behave strangely. This is the first major upgrade in four years so please be patient.
Thanks,
Your humble systems administrator
PS: Happy New Year! |
|
*** Replacement for Postnuke for VimOutliner.org ***
Hey all, what would be a good replacement for the good old Postnuke we've been using for years? I'd like something similar but would let me allow comments and user-submitted news again. Any suggestions? If so, please email me at noel@vimoutliner.org
Thank you all for your interest in Vim Outliner! |
| |
 |
|
|
 |
Hey folks! I've tweaked syntax/vo_base.vim so that VimOutliner files now show with colorschemes. Your beloved .otl files will now render even more beautifully with your favorite colorscheme. I've put the file here.
You can also link to it from my fan blog tonight about VimOutliner.
Enjoy (and let me know if it works for you)
Bill Powell
|
 |
| (8059 Reads) |
96 Comments  |
|
 |
 |
|
|
 |
I'm making an early release of two tools: a VIM Outliner to OpenOffice Presenter converter - OpenOffice can load this and save PowerPoint, and a VIM Outliner to XOXO converter as used with Eric Meyer's S5 slide presenter. Read this. - Bruce Perens
|
 |
| (8338 Reads) |
159 Comments  |
|
 |
 |
|
|
 |
Have you been wanting to try out VimOutliner on your windows machine but lacked the courage to go through the neverending installation instructions? Well, now you can. VimOutliner finally has a handy-dandy installer for windows machines. Features:
- works with many (all?) windows variants
- dynamically detects VIM installation location
- installs the hoist and checkbox plugins
- runs the helptags command to index the help files
- associates .OTL files with (g)vim
- includes an easy to use uninstaller (not that you would ever use it...)
- It Just Works®
Get it in the experimental downloads section, or right here!
|
 |
| (13718 Reads) |
802 Comments  |
|
 |
 |
|
|
 |
This is an easy way to 'pretty-print' OTL files from within Vim Outliner via an external web browser. It saves the step of converting OTL files to HTML files.
First you'll need to download the newest version of otl2html.py. You can get it here: www.vimoutliner.org/files/otl2html-1.40.tgz. Once it is installed, you need to put it in your path. I set a link in my own ~/bin directory, which is already in my path. Like this:
cd ~/bin
ln -s /home/noel/apps/otl2html/otl2html.py otl2html
Once that is done, you'll need this little script (vohtmlprint):
#!/bin/bash
TEMP=/tmp/voprint
CSS=/home/noel/apps/otl2html/css/nnnnnn.css
BROWSER=konqueror
cat - > $TEMP.otl
otl2html -S $CSS $1 $TEMP.otl > $TEMP.html
$BROWSER "file://$TEMP.html"
rm -f $TEMP.otl $TEMP.html
It's pretty simple. As you can see, I use Konqueror for my browser.
Netscape works nicely, too. You will need to set the CSS to your favorite.
Since I use this kind of printing for reports, I have nnnnnn.css set up for
them.
The final step is to add these two lines to your ~/.vimoutlinerrc file. It
sets the mappings for printing. I use ,,p.
nmap ,,p :w !vohtmlprint<cr>
vmap ,,p :w !vohtmlprint -T<cr>
The first is for printing an entire file. The second is for printing
a visually selected area. The second needs a bit of work.
Well, that's how to pretty-print VO files. You don't need to create any
html files. You don't even need to exit Vim Outliner.
Have fun!
|
 |
| (12607 Reads) |
803 Comments  |
|
 |
|
 |
 |
|
|
 |
· No More Comments
(Sep 29, 2007)
· Tweak so VimOutliner Can Use (Almost) Any Colorscheme
(Jan 26, 2007)
· Convert VIM Outliner to PowerPoint!
(Jan 03, 2007)
· Outline Calendar templates to go
(Nov 30, 2005)
· EMRs and Outlining
(Nov 24, 2005)
· Summarize an Outline
(Oct 01, 2005)
· Vim Outliner 0.3.4 Released!
(Jun 20, 2005)
· New Windows Insatller
(Jun 03, 2005)
· Pretty-Printing VO Files with a Web Browser
(Mar 05, 2005)
· New version otl2html.py
(Mar 05, 2005)
|
|