#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.
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
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.
(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:
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
Adds Word Normal style to paragraphs and adds double-spacing, but OO inserts the conditional style code as a document comment
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