Work fast. Think well.

Feb 10, 2010 - 10:51 AM
Submit News :: FAQ :: Advanced Search :: Reviews 
Search   
Main Menu
· Home

· Get VimOutliner
· Screenshots
· Downloads
· FAQ
· Recommend Us
· Search
· Sections
· Stats
· Topics
· Top List
· Web Links

Who's Online
We have 4 guests and 0 members online

You are an anonymous user. You can register for free by clicking here


User's Login
 Username
 Password
 Remember me


Don't have an account yet? You can create one. As a registered user you have some advantages like a theme manager, comments configuration and posting comments with your name.


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!

No More Comments
Posted by: Admin on Saturday, September 29, 2007 - 12:43 PM
PostNuke OK. I finally had to do it. I've removed comments and comment posting in every way, shape or form due to the large number of spammers abusing our site. I've also made it easier for me to keep track of their IP addresses and block them completely.

Too bad there isn't a way to find and severely punish them. Well, one can always believe in karma. :)

(6113 Reads) 2 Comments Send this story to a friend Printer friendly page

Tweak so VimOutliner Can Use (Almost) Any Colorscheme
Posted by: manalive on Friday, January 26, 2007 - 11:59 AM
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 Send this story to a friend Printer friendly page

Convert VIM Outliner to PowerPoint!
Posted by: BrucePerens on Wednesday, January 03, 2007 - 08:43 AM
Outlining 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 Send this story to a friend Printer friendly page

Outline Calendar templates to go
Posted by: swsch on Wednesday, November 30, 2005 - 10:25 AM
Vim Outliner Visit the spartan Outline Calendar Generator at: http://xss.de/cgi-bin/vo_calgen.rb.

(14940 Reads) 838 Comments Send this story to a friend Printer friendly page

EMRs and Outlining
Posted by: CharlesBeauchamp on Thursday, November 24, 2005 - 07:40 AM
Vim Outliner

The outcomes of the Katrina disaster have many lessons.  o­ne lesson comes from what happened to the electronic medical records (EMR's) of patients at the New Orleans VA, Charity Hospital and University Hospital.  The medical records of patients from Charity and University Hospitals were wiped out.  Those of patients at the New Orleans VA are o­nline and accessible (to those with permission) at any VA outpatient or hospital setting.  I am a primary care physician at the Durham VA Medical Center and have seen a number of New Orleans VA veterans who sought followup care at the Durham VA.  Using VistAWeb I can view the EMR of the New Orleans VA veteran and get an overall summary by looking at the annotated Problem List and Medication List.  For instance a veteran with prostate cancer was being treated with a number of cancer chemotherapy agents and within seconds of using VistAWeb, o­ne can see exactly when and how the diagnosis was made and what treatments were given at ANY VA.  The information is basically in outline form.

(12429 Reads) Read more... (2258 bytes more) 783 Comments Send this story to a friend Printer friendly page

Summarize an Outline
Posted by: Admin on Saturday, October 01, 2005 - 07:01 AM
Outlining Here is a simple way to summarize certain types of outlines, particularly To Do outlines using checkboxes. It is a simple shell script that uses sed.

Just enter the depth (the lowest level you want to keep) and the file name. Output is on standard out.



#!/bin/bash
if [ "$#" -lt 2 ] ; then 
	echo " Usage: vosummarize level file"
	echo "        level is the number of levels to include"
	echo "        file is any file, hopefully a .otl ;)"
	echo "        output is on standard out"
	exit 0
fi
sed "/^\(\t\)\{$1\}.*$/ { D }" $2


(12316 Reads) 146 Comments Send this story to a friend Printer friendly page

Vim Outliner 0.3.4 Released!
Posted by: Admin on Monday, June 20, 2005 - 07:09 AM
Vim Outliner This version of Vim Outliner sports a menu, color schemes and user-definable text blocks. Also included is better online help and a few little bug fixes. Checkboxes and hoisting are defaulted to 'on'. They can be turned on and off in your vimoutlinerrc file with a new, simpler method. You can get it here.

Enjoy!

(12211 Reads) 715 Comments Send this story to a friend Printer friendly page

New Windows Insatller
Posted by: jnahmias on Friday, June 03, 2005 - 09:37 AM
Vim Outliner 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 Send this story to a friend Printer friendly page

Pretty-Printing VO Files with a Web Browser
Posted by: Admin on Saturday, March 05, 2005 - 04:18 PM
Vim Outliner Usage 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 Send this story to a friend Printer friendly page

New version otl2html.py
Posted by: Admin on Saturday, March 05, 2005 - 10:25 AM
Vim Outliner Scripts Here is a new version of otl2html.py. It has better page formatting and even supports the authoring of simple web pages. Demos and CSS files are included.

This is the final version in the 1.xx series. otl2html.py is undergoing a ground-up rewrite. The 2.xx series will support external configuration files, table of contents generation, slide and even the authoring of full web sites from a single OTL file.

Enjoy! otl2html-1.40

(11347 Reads) 764 Comments Send this story to a friend Printer friendly page

About
· Vim Outliner
· Participation
· Get Help

Poll
What do you think of using VimBalls for VO installation and upgrading?

· Good idea!
· No preference
· Bad idea, what the heck are you thinking?
· Let my distro take care of it

[ Results | Polls ]


Votes: 3
Comments:


Advertisements

Other Stories
· 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)

Past Articles
Tuesday, February 22
·Pretty printing otl under mod_perl (157)
Thursday, February 10
·Printing with A2PS for VO and VIM (221)
Wednesday, February 09
·Printing Subsections of an Outline (806)
Wednesday, January 19
·Vim Outliner 0.3.3a Released! (134)
Saturday, November 27
·Vim Outliner 0.3.3 Released! (1354)
Saturday, November 13
·Configuring vimoutliner for OS X (774)
Sunday, October 10
·Fold mapping (154)
·breakindent patches to vim 6.3 on vim-dev mailing list (134)
Thursday, August 12
·Save folding (220)
Thursday, May 27
·VO Checkboxes Updated Again! (115)
 Older Articles




Web site powered by PostNuke ADODB database libraryPHP Scripting Language

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2002 by me
This web site was made with PostNuke, a web portal system written in PHP. PostNuke is Free Software released under the GNU/GPL license.
You can syndicate our news using the file backend.php