BlogBook :: C07 :: Instant Outlining
Last updated: 6/5/2002; 8:35:17 AM
 
The FuzzyBlog!

Marketing 101. Consulting 101. PHP Consulting. Random geeky stuff. I Blog Therefore I Am.

BlogBook :: C07 :: Instant Outlining

Instant Outlining

Instant Outlining or IO as it's commonly called is the newest feature in Radio at the time of this writing.  It is very powerful but it also isn't blogging as we think about it today.  Radio, at its core, is really based on the idea of an outline – a hierarchical data model.  You should note that "data model" is a fancy computer term that really just means how data is structured in a program.  Everything in Radio is really just an outline, even scripts in UserTalk are outlines.  What Instant Outlining does is allow you to create an outline and then share it in real time over the Internet for others to see.  It also allows you to "subscribe" to other people's outlines and view them within Radio's Outline editor.

The best analogy for IO is think of Instant Messaging where what you're sharing is real knowledge, not just short conversations.  From one window, you have access to someone else's thinking.  This is tremendously powerful. 
For example, think about writing a lengthy story in Radio.  Depending on how you prefer to write, it can be a lot easier to structure that story first as an outline and then to write the actual story.  Working at the outline level helps you get the structure of the story correct before drilling down to the details.  Figure 7-XXX below is a picture of working in Radio's Outliner.  At the top of the outline is some information of mine.  Below that appear outlines for any of my "buddies" i.e. outlines to which I subscribe.  From one place, I can see if they are online or offline and what they're working on.

Figure 7-XXX. XXX

##
A Warning

You should know that this feature may not be 100% complete when you see it (it was still in beta when this book was written).  Its been officially released and the UserLand developers have been using it daily for quite a while but it is "flying without a net". 

What's an Outline?

An outline is a hierarchical structure of information.  Think of a book.  The book has chapters.  The chapters have sections.  The structure of that information could be shown as:

Book

Chapter

Section A 

Section B

That's an outline.  Very simple but very powerful.

What's OPML?  The Mug?

With Radio you've probably seen the term XML.  Just as XML is a way to represent information, so is OPML.  The difference is that OPML is designed to represent outlines.  Think of OPML as HTML for outlines.  You really don't need to worry about it.  The OPML Coffee Mug is an icon that represents "Here's how to see / subscribe to my outline".

Using the Outliner

Up to this point we have really focused on using Radio through its web browser interface.  Using Instant Outlining requires that you use the full Radio product, not the web browser interface.  There is a whole different side to Radio – its also an application that you run on your desktop.  The first step in using Instant Outlining is to launch that application.

  1. Right click on the Radio icon in the control panel area on your Windows System Tray or just click on it in the Macintosh Dock. 
  2. From the Radio menu that pops up, choose the Open Radio command.    This is going to launch the full blown Radio environment.  What you should see is something like this:

c07_instantoutlining_full_radio.gif

  1. This is the full Radio environment.  To get to the Outliner, you need to select it from the Radio menu with Radio -> Outliner -> My Outline.  You now see the Outline Editor shown below (some content has been added to this outline for illustration purposes).

c07_instantoutlining_full_radio_with_io_open.gif

When the Outliner is open, creating an outline is done by entering text as if you were in a word processor.  Here are some of the most important keystrokes.

  • Enter – create a new level in the outline
  • Tab – move an outline entry in a level
  • Shift Tab – move an outline entry out a level
  • CTRL+X – cuts an entire outline entry or level to the clipboard.  Please note that you do not have to have a block marked to use this.  CTRL+X can also delete an outline entry (if you don't paste it back in, it gets deleted)
  • CTRL+V – paste in an outline entry that you've cut
  • CTRL+U – move up
  • CTRL+D – move down
  • CTRL+R – move right
  • CTRL+L – move left
  • CTRL+[ – promote i.e. move up one level in the outline
  • CTRL+] – demote i.e. move down one level in the outline
  • CTRL+K – add hyperlink to the current outline element

When you create an Instant Outline, Radio automatically saves it to your blog as a file named "yourName.opml" in the instantOutliner subdirectory off your blog url.  For example, my Instant Outline is located at http://radio.weblogs.com/0103807/instantOutliner/.

Subscribing to Outlines

A very powerful Instant Outlining feature is subscribing to outlines.  This feature lets another user's outline appear dynamically in your outliner and be updated when the user changes the outline.  To subscribe to another user's outline, choose the Radio -> Outliner -> Subscribe to Outline … command from the Radio menu.  This command pops open a dialog box where you can paste the url to that user's outline.  Deleting an Instant Outline that you are subscribed to isn't well handled currently.  For more on this, please see this.

http://www.fuzzygroup.com/go/?deleteSubscribedOutline

Buddy Lists and Connectivity Issues

Just like an Instant Messaging client, your Instant Outliner has a buddy list.  The difference is that here your buddy list is the list of people whose outlines you subscribe to.  And, as in an Instant Messaging client, Radio can indicate whether you are available or unavailable.  There is no "I'm Away" feature in Radio so they seem to get this status information by keystroke monitoring and when you are inactive for some period of time, they make you "offline".  At present there is no connection between the Radio buddy list and any other buddy lists that you have.

If you need to give someone the url to your instant outline then it should be something like what's shown below.

http://radio.weblogs.com/usernum/instantOutliner/filename.opml 

Where filename is generally the user's name in the format "firstLast" (the capitalization matters).  If you want to see all of a user's Instant Outlines then just go to the instantOutliner subdirectory off their Radio url.  For example:

http://radio.weblogs.com/usernum/instantOutliner/

Using Prefs for your Outline

Radio's Prefs system controls your Instant Outline just as it does your blog.  Outliner Preferences set several options:

  • How often to poll – how often does Radio update the instant outlines that you've subscribed to
  • Play sounds – make a noise when new outlines arrive
  • Public folder – a folder of your weblog where your outline is saved

Outliner Preferences can only be accessed from the Radio -> Outliner -> Preferences command or from the URL below.  They can't be accessed from the Prefs link on the Radio command bar.

http://127.0.0.1:5335/system/pages/outlinerPrefs?page=1

Working With Your Outline

Outlines are actually great tools for working with information.  It's a fast way to write and easy to boot.  Once you create an outline in Radio, you can export it as text or HTML with the Save commands on Radio's File menu.

More on Instant Outlining

This section has really just touched the surface of Instant Outlining.  For more on Instant Outlining, see http://www.fuzzygroup.com/go/?instantoutlining.

 
Copyright 2002 © The FuzzyStuff