To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85705 Issue #|85705 Summary|Better support of notes in HTML Component|Word processor Version|OOo 2.3.1 RC1 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|ENHANCEMENT Priority|P3 Subcomponent|save-export Assigned to|requirements Reported by|es
------- Additional comments from [EMAIL PROTECTED] Tue Jan 29 22:43:01 +0000 2008 ------- Preamble: - yes, I know the HTML export is currently stalled...! But maybe, while implementing new notes, we can improve the filter a little bit in this area? - This issue deals whith 2 different problems. Ask if you need 2 tasks :) 1) Notes creation time, date and author get lost when saved to HTML (FEATURE). Writer "Notes" are exported as neutral comments (<!-- ... --> HTML tag) to HTML. Everything which is not part of the note body (time, date and author) is not exported to HTML. -> it may be quite easy to export this information "as" note body whith special keywords and parse this keywords when importing. Example: A note is inserted by author Max on 29th, January 2008 at 23:00 with body "I am a note" The comment code could be: <!-- %note_body="I am a note", %note_author="Max", %note_time="20080129;23000000"--> 2) The first note of an HTML document is destroyed when the document is edited by someone else as the author (BUG). Description: - New HTML document - Tools - Options - OpenOffice.org - User Data - Type First name: "Creator", Ok - Insert a note and type "This is a note" in it - Save the document - Tools - Options - OpenOffice.org - User Data - Type First name: "Review", Ok - Type something in the document - Save the document - Reload -> the content of the note is now "HTML: <META NAME="CHANGEDBY" CONTENT="Reviewer">" instead of "This is a note". --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]