Saturday, February 05, 2011 at 4:00 PM.

system.verbs.builtins.io.client.menuCommands.newPost

on newPost () {
	<<Changes
		<<2/5/11; 2:14:29 PM by DW
			<<Code behind the New Post button in the Instant Outliner.
	if not defined (scripting2Suite) {
		dialog.alert ("This command requires that the Scripting2 blogging tool is installed.");
		return};
	scripting2Suite.editor.newPost (dir:down)};
bundle { //test code
	newPost ()}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.