Opened 8 years ago

Closed 7 years ago

Last modified 6 years ago

#1397 closed defect (fixed)

toggle HTML tags on and off for quick copy of notes

Reported by: tjowens Owned by: dstillman
Priority: major Milestone:
Component: export Version: 1.5
Keywords: Cc:

Description

For most purposes drag and drop notes are no longer as useful as they were. TinyMCE sticks in all the HTML markup. It would be ideal to be able to set a preference to a) drag as HTML b) drag as rich text or c) strip the HTML tags and just carry over plain text.

See: http://forums.zotero.org/discussion/5923/

Change History (3)

comment:1 Changed 8 years ago by dstillman

  • Milestone set to 1.5 Beta 2
  • Owner changed from simon to dstillman
  • Status changed from new to assigned
  • Type changed from enhancement to defect
  • Version changed from 1.0 to 1.5

comment:2 Changed 7 years ago by dstillman

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [5535]) Restores proper copying support for notes, with separate output for text, rich text, and HTML-code-as-text (via Copy HTML pref)

New hidden prefs:

  • export.quickCopy.compatibility.indentBlockquotes (default: true)

Word and TextEdit don't indent blockquotes on their own and need this, but OO gets it right, so this results in an extra indent

  • export.quickCopy.compatibility.word (default: false)

Adds Word Normal style to paragraphs and adds double-spacing, but OO inserts the conditional style code as a document comment

  • quickCopy.quoteBlockquotes.plainText (default: true)
  • quickCopy.quoteBlockquotes.richText (default: true)

Adds quotes around blockquote paragraphs, since loss of attribution is serious (and who knows whether all apps that accept rich text even support indenting)

Not enabled for HTML code copying, since CSS can be used to render blockquotes as desired

Fixes #1397, toggle HTML tags on and off for quick copy of notes

comment:3 Changed 6 years ago by dstillman

  • Milestone 2.0 Beta 3 deleted

Milestone 2.0 Beta 3 deleted

Note: See TracTickets for help on using tickets.