Macworld Forums

Macworld Forums: Bugs & Fixes: Poor Rich Text Format (RTF) support in iOS - Macworld Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Bugs & Fixes: Poor Rich Text Format (RTF) support in iOS

#1 User is offline   Macworld 

  • Story Poster
  • Group: MW Bot
  • Posts: 31,933
  • Joined: 30-November 07

Posted 17 February 2012 - 02:40 PM

Post your comments for Bugs & Fixes: Poor Rich Text Format (RTF) support in iOS here
0

#2 User is offline   TheNinjaCEO 

  • Newbie
  • Pip
  • Group: New Members
  • Posts: 1
  • Joined: 17-February 12

  Posted 17 February 2012 - 03:39 PM

YES!!! Finally, I have someone who understands my needs as well!! I also require the ability to preserve copied rich text when pasted in an email on my iPhone. I've considered Jailbreak apps to do this, but none of them seem to support it either.

I remember being able to do this on my BlackBerry :(
0

#3 User is offline   DonMcCollam 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 03-March 08

  Posted 17 February 2012 - 03:56 PM

Don't forget superscripts and subscripts. (Think of equations and/or footnote or attribution keys)
0

#4 User is offline   DonMcCollam 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 03-March 08

  Posted 17 February 2012 - 04:00 PM

Don't forget superscripts and subscripts. (Think of equations and footnotes. I have to use Circus Ponies' NoteBook for those.)
0

#5 User is offline   dkarimed 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 01-December 09

  Posted 18 February 2012 - 08:39 AM

Writing Kit supports markdown and syncing with Dropbox.
DSK
0

#6 User is offline   Inkling 

  • Member
  • PipPip
  • Group: Members
  • Posts: 570
  • Joined: 07-December 06

  Posted 18 February 2012 - 09:30 AM

What you say is true, but much more needs to be said. The real problem is that few if anyone in a decision-making capacity at Apple seem to understand text. Text--formatting and cut-and-past--is what their executive assistants do, not them. What they get a buzz over are the shiny toys like music and video. But for every one of us doing serious work in video, there are a 100 of us who work for hours each day with text. Your article is text. My posting is text. Blog posting and reading is text. Memos, reports, letters and email at work are text.

The problem isn't confined to iOS. Look at OS X. It's only marginally better. Text handling on Macs assumes that WordStar circa 1982 was the last word in word processing. That's when the execs at Apple first got into computing. That's the ruler bar and the obsession with copying and pasting font specs literally and blindly.

Apple's only concession to change since then is to save/read/write/copy/paste with a limited set of rtf coding. That's why core features from Word 4.0 from the late 1980s, over twenty years ago, aren't there. I'm referring in particular to named paragraph and character styles, aka semantic markup. Semantic markup is an absolute necessity if text is going to be able to move intelligently from an iMac's 27-inch screen to an iPhone's 3.5-inch one. Keeping the same font size for a heading just isn't going to work. And yet, apart from HTML, neither OS X nor iOS understand anything about it. That's insane.

Those who work with text have, for the most part, given up on Apple and have become dependent on clever ideas from third-party developers. Dealing with bloated Word is a time-wasting distraction, only exceeded by the mess that results when we try to import a Word file into anything else. Adobe has been trying to get that right for at least ten years and still hasn't succeeded.

What writers and third-party developers are doing is bypass rtf completely, opting for MultiMarkdown and its kin. It's an easy way to code both semantics (i.e. headings and subheading) and formatting (i.e italics) that moves from app to app and for various uses from printed books to blog pages without all the hassles of rtf coding developed over twenty years ago or Apple's woefully inadequate text tools.

And Apple continues to remain clueless. iBooks Author fits the way-behind-the-times workflow of major textbook publishers, with a Word file for each chapter. I know. I worked for Pearson. What it doesn't do is fit with the work process being adopted by writers and the smarter app developers.

Why do I need to create a separate Word file for each chapter to bring text file into IBA. Why can't I feed it a Markdown file where # signals a new chapter, ## signals a new section, along with *text* for bold and _text_ for italics. It's easy, it's fast, and it's failproof, unlike Word/rtf imports. And it means you can write in virtually any text app on any bit of hardware. And coding IBA to understand Markdown would be so easy, a summer intern could do it.

In short, Apple doesn't just need to do rtf a bit better, although that would be helpful. It needs to pay attention to what its users are doing and learn from them. And in the case of text features, it needs to listen to writers and bloggers.

--Michael W. Perry, author of Untangling Tolkien
0

#7 User is offline   nants 

  • Member
  • PipPip
  • Group: Members
  • Posts: 25
  • Joined: 18-February 04

  Posted 18 February 2012 - 09:37 AM

I too prefer RTF / TextEdit for writing. More RFT support in iOS would simply rock.

Thanks!
0

#8 User is offline   TjpTjpTjp 

  • Member
  • PipPip
  • Group: Members
  • Posts: 50
  • Joined: 30-December 08

  Posted 19 February 2012 - 12:56 AM

As a developer I'd also ask for a textview that understand RTF. And UIKit level support of attributed strings, with RTF markup. Using a Webview for RTF is problematic as the background color is always white, so the RTF does not render properly with alternate backgrounds set, and in particular there is no support for transparent backgrounds. I've not drilled into it enough but suspect they render the RTF onto a layer that is not legitimately accessible (in a manner safe across releases at least). And that they draw the text onto the same layer as the white background. This is not an isolated problem just for me, the need is consistently present in the forums, especially desires to render text over a background image. A full fledged UIControl that supports RTF display and editing would be awesome.
0

#9 User is offline   AnitaThiernian 

  • Newbie
  • Pip
  • Group: New Members
  • Posts: 1
  • Joined: 20-February 12

  Posted 20 February 2012 - 12:29 PM

I've been able to transfer rtf text from Dropbox to Evernote for minor editing. In order to hang on to the formatting, though, you have to copy and paste from Dropbox rather than use the built in "send to Evernote" feature. Using the built-in route leaves you with lines of code (?) around what should be formatted text (bold, for example). The text editing tools in Evernote (for iPad) are minimal but workable in a pinch if I'm just keeping/creating documentation for myself.
0

#10 User is offline   Biallystock 

  • Member
  • PipPip
  • Group: Members
  • Posts: 725
  • Joined: 22-August 07

  Posted 20 February 2012 - 09:34 PM

Congratulations on clearly and systematically enunciating a problem that affects us all, just that so many users now have little idea of what is happening, nor what SHOULD be happening.

I include a considerable number of AppleStore staff in that number.
0

#11 User is offline   xandra 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 08-February 11

  Posted 14 March 2012 - 10:42 AM

Bravo Ted for bringing this ridiculous situation to everyone's (perhaps except Apple's attention)

Of all the changes I'd make to iOS proper RTF support would head my list. Due to this failure: I resort to a host of other 3rd party apps, each of which maintains it's own directory structure, and wacky and overly complex interface.

Perhaps we ALL need to visit Apples Feedback page:
( http://www.apple.com/feedback/ ) (which annoyingly doesn't have an iOS category - so you need to choose a specific device).
0

#12 User is offline   carp3tshark 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 27-November 07

  Posted 25 April 2012 - 07:22 PM

Ted is correct the support that people are touting as "Rich Text" isn't adequate. Since iOS came out it has been a glaring ommision. there are really only a handful of people who could fix the situation. It probably should come from Apple and be included in the iOS.

I work at Mariner Software and we've been looking at solutions to this problem for quite some time. One of the big issues is that the RTF spec (by Microsoft) is pretty complex. Second, the layout engine and pagination are another issue. iOS only recently (with AirPrint) got some idea about what a page is. So, who could fix this issue besides Apple? Most any company with their own word processor engine. what companies does that include? Well, first and foremost, Microsoft, but I doubt they really want to do Office for iOS. A number of java based word processor engines would do the trick and I believe that is where Office2, docs to go, quickoffice, and a few others are coming from. Mariner has
a word processor engine (in Mariner Write) and a few other companies do as well. One thing that holds many companies back from releasing an RTF compliant word processor equipped with object embedded graphics, stylesheets, rulers, tabs, and support for different page sizes is the fact that the cost of development is quite high. Imagine spending over $100,000 on an RTF editor that you'll sell for 5 bucks or less. Then give 30% of revenue to Apple. You'll need to be around and selling and updating your app for each iOS release for quite awhile to break even. I don't think we're talking about Angry Birds money here. One last thought is that at any time, Apple could wipe you into obscurity by including something like TextEdit on iOS (and it's underlying API's).
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users