View Single Post
I wonder if this script helps.

(Saves the front OO3 document as flattened text).

You can adjust the value of the first few properties at the top of the script to tune things a little:

Code:
-- UNIT OF INDENT -- empty string in lieu of tab
property pstrIndentUnit : ""
property pstrDefaultPrefix : "- "

-- EXPORT ONLY THE SELECTED OMNIOUTLINER 3 NODE AND ITS SUBTREE ?
property pblnSeln : false
This is currently prefixing each OO3 topic with a hyphen and space, and exporting the whole document rather than the selection and its subtree, but you could set the value of pstrDefaultPrefix to an empty string, and edit the value of pblnSeln to true, for example.

--
Attached Files
File Type: zip SaveAsFlatText-003.scpt.zip (51.5 KB, 771 views)

Last edited by RobTrew; 2012-11-02 at 03:10 PM..