Great, Ben. Thanks! Here's the text I put into TextEdit's Info.plist file:
Code:
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.plain-text</string>
</array>
<key>UTTypeDescription</key>
<string>BibleWorks User Notes</string>
<key>UTTypeIdentifier</key>
<string>com.weblogsinc.tuaw.ardv</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>TEXT</string>
<key>public.filename-extension</key>
<array>
<string>bww</string>
</array>
</dict>
</dict>
</array>
I put all of that just above the following:
Code:
<key>CFBundleExecutable</key>
I'm afraid I wasn't sure what to do with the following line, so I just left it there:
Code:
<string>com.weblogsinc.tuaw.ardv</string>
When I use QuickLook, I'm not getting rtf, though, but plain text of RTF tags. That's better than nothing, but I'm sure there's a way to get full rich text previews. I'm afraid my property list editing skills are not stellar!