otwstephanie / otwarchive3

Clone of OTWarchive, for merge testing
0 stars 0 forks source link

Import stories from MS Word D: #32

Open otwstephanie opened 10 years ago

otwstephanie commented 10 years ago

From shal...@gmail.com on April 21, 2008 16:11:04

The big ugly dinosaur! We would ideally like to let users upload a Microsoft Word document as their story file, preserving paragraphs and formatting. Fun, fun, fun.

Even though this is part of post-story, it will probably not get implemented until late in the game.

Original issue: http://code.google.com/p/otwarchive/issues/detail?id=32

otwstephanie commented 10 years ago

From shal...@gmail.com on May 11, 2008 10:10:02

Labels: -Type-Defect Type-Feature

otwstephanie commented 10 years ago

From Zooey.Gl...@gmail.com on May 23, 2008 01:30:45

Haven't explored the functionality yet, but there is a possibility the rich text editor will support Word upload. It is likely we would want to do it a different way anyway, since there are a lot of limitations there, but just noting that here for reference.

otwstephanie commented 10 years ago

From shal...@gmail.com on August 31, 2008 12:23:46

Labels: -Milestone-Internal0.9 Milestone-PostLaunch

otwstephanie commented 10 years ago

From Black0Sa...@gmail.com on September 04, 2008 03:43:29

Labels: Roadmap-Work

otwstephanie commented 10 years ago

From shal...@gmail.com on September 12, 2008 19:52:14

The rich text editor allows pasting from Word, which satisfies this for now!

Status: TempFixedAndVerified

otwstephanie commented 10 years ago

From eni...@gmail.com on February 25, 2009 05:36:29

Status: DeployedToBeta

otwstephanie commented 10 years ago

From iamfrequ...@gmail.com on May 03, 2009 12:20:42

Formatting is stripped from the Word doc once you paste it through the rich text editor. When I try to paste formatted text from a Word doc into the rich text tab I get a popup asking me to paste it in plain text and the formatting is stripped.

IOW, maintaining formatting from a word doc doesn't work in Beta.

otwstephanie commented 10 years ago

From nleon...@gmail.com on August 07, 2009 11:43:05

Font size/bold/italics are preserved, but some paragraph alignment, tab indents, and font sizes are not (on beta). No popup generated when pasting into rich text tab. Document is still readable.

otwstephanie commented 10 years ago

From nleon...@gmail.com on August 07, 2009 11:44:22

Status: Accepted

otwstephanie commented 10 years ago

From eni...@gmail.com on February 28, 2010 10:01:10

Labels: Component-BackEnd

otwstephanie commented 10 years ago

From eni...@gmail.com on April 19, 2010 08:31:32

Labels: -Roadmap-Work Roadmap-WorkImporting

otwstephanie commented 10 years ago

From autu...@gmail.com on November 14, 2010 11:54:52

Bulk adding NeedsTest labels to all open issues

Labels: NeedsTests

otwstephanie commented 10 years ago

From Scott...@gmail.com on September 14, 2012 23:09:05

Just making a note so others can give some input on this. One of the notes on this issue said that pasting from Word was sufficient. A follow up note (in 2009 /o) said that pasting was wonky.

Now that we've cleaned up our RTE - and presumably pasting from Word works now - do we still want the ability to Upload from a file?

otwstephanie commented 10 years ago

From samjohnsson on September 15, 2012 06:31:36

"cleaned up" is a relative term: there's still a transient bit of insanity with RTF-encoded files; nobody's happy with the way the parser interprets extra lines between paragraphs,; and I'm not actually sure we've done a full regression on everything in Word that has comparable HTML (ol and ul lists, super/subscript, indents, and right and full justification are the things that spring immediately to mind; hr/s as well).