NetNewsWire Help | Contents | WhatŐs New | Q&A | Tips

Notepad

The Notepad is disabled by default in NetNewsWire 2.0. In a future version it will be removed.

If you were using the Notepad in previous versions of NetNewsWire, you can either migrate to another outliner or turn the Notepad back on.

How to migrate to another outliner

The Notepad file is an OPML file stored on disk at ~/Library/Application Support/NetNewsWire/Notepad/Notepad.opml.

Because itŐs an OPML fileŃwhich is a standard format for outlinesŃit can be opened by applications such as Radio UserLand, OmniOutliner, and other outliners.

(You can even open it in a text editor, but you will then see the XML tags.)

How to enable the Notepad in NetNewsWire

This option isnŐt recommendedŃsince the Notepad will be removed in a later releaseŃbut itŐs available.

  1. Quit NetNewsWire if itŐs running.
  2. Launch Terminal if itŐs not running.
  3. In Terminal, type defaults write com.ranchero.NetNewsWire enableNotepad yes (and hit return).
  4. Launch NetNewsWire. You can open the Notepad by choosing Window > Show Notepad.

You can turn the Notepad back off:

  1. Quit NetNewsWire if itŐs running.
  2. Launch Terminal if itŐs not running.
  3. In Terminal, type defaults write com.ranchero.NetNewsWire enableNotepad no (and hit return).
  4. Launch NetNewsWire. Note that the Show Notepad command is gone from the Window menu.

Why was the Notepad disabled?