The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniOutliner > OmniOutliner 3 for Mac
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Simple Text Copying Thread Tools Search this Thread Display Modes
Hi,

I'm writing a rather long document in OmniOutliner. I would like to be able to copy various passages of it using command-C and paste them into a simple TextEdit document.

When I copy one paragraph/row at a time, the text transfer works exactly as I'd like it to -- I get just the text, no formatting, no indents, no bullets, etc.

But when I select multiple paragraphs/rows in OmniOutliner, hit command-C and then paste into Text edit, I get semi-formatted text. The lines of text are broken, there's a dash ("-") for a bullet, and the paragraph is indented, all to preserve the outline look.

Is there a way to copy multiple paragraphs/rows without also copying this formatting? Or perhaps there's a way to export just certain levels of the outline as plain text?

Thanks!
 
The formatting that gets applied to the plain text information we put on the clipboard can be controlled from the "Text" pane of preferences. Does that help?
 
Not really. It looks like OO doesn't do exactly what I want it to do. I actually got these tips via email from an Omni support ninja:

Quote:
1) You can turn off row handles, etc in the Inspector before you copy and paste into Text Edit.
2) You can use Text Edit's Paste and Match Style command to strip out any style formatting.
3) And of course you can copy just blocks of text from the various sections of your outline one at a time.
So it seems like I can remove the handles/bullets but there will always be some forced line breaks. I can probably make do somehow.

Thanks!
 
I have a hard time getting text out of outliner without any formatting. I've disabled all the options in the preferences, but it still word-wraps lines.

It is a little thing, but it would make big difference for me to have the option in preferences to not word-wrap on copy for plain-text.

The other option I would like is to always expand everything on copy. I, personally, always want everything form the given branch I've selected.
 
There's a service called WordService available for free from Devon Technologies. http://www.devon-technologies.com/do....html#freeware

If you download and install it, you'll get a Reformat option in the Text portion of your Services menu, and all you have to do is select the wrapped text and invoke that service.

Another way to go about it is to paste it as RTF, then convert to plain text via Format->Make Plain Text in TextEdit. The former might be a little easier if you are pasting a number of chunks into an existing document, and the latter is probably easier if it is a one-shot deal.
 
Hear hear, I too scratch my head at the wrapping and formatting issues in OmniOutliner when you export or cut and paste into some other application. Let's hope OO 4 solves this annoyance.
 
Assigning a script to a keystroke can give you a copy with a custom format, if plain text is all you need.

The simplest kernel might look something like this:

Code:
tell application id "OOut"
	set lstDocs to documents
	if lstDocs ≠ {} then
		set {dlm, my text item delimiters} to {my text item delimiters, linefeed}
		tell item 1 of lstDocs to set the clipboard to (topic of selected rows) as text
		set my text item delimiters to dlm
	end if
end tell
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Feature request: add simple text markups to iPad Notes editor Omen OmniFocus for iPad 1 2013-06-19 07:29 AM
Copying an OmniGraffle sub-tree as indented text RobTrew OmniGraffle General 0 2013-01-06 04:29 PM
2 problems when copying and pasting OO3 outlines as text RobTrew OmniOutliner 3 for Mac 0 2012-11-01 06:30 AM
Super simple text only input for iPhone app gshankar OmniFocus for iPhone 6 2011-07-18 02:04 PM
Send via Mail, Simple HTML- text flow hampered SWCarson OmniOutliner for iPad 3 2011-06-30 10:45 AM


All times are GMT -8. The time now is 02:39 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.