Menu

#741 Add formatted text exports

v1.1.x
closed
v1.1.5
New Functionality
2023-02-13
2022-09-28
Erik Hänel
No

As an additional feature to the already existing HTML export, provide also a styled text export, which can be used within Word or PowerPoint.

Analysis:

Internally does not differ too much from the existing HTML export. We simply use wxHTMLDataObject() instead of wxTextDataObject() and change the styling if necessary.

Implementation:

  • Implementation: Implemented as proposed by the analysis.
  • Revision: [r1227]
  • Implementation test: Text was copied and inserted in various applications. It does work in Word, PowerPoint, Outlook online. It does not work in MS Teams (for whatever reason).

Documentation:

  • [x] ChangesLog updated
  • [x] Code changes commented
  • Documentation articles:
    • [ ] corresponding documentation articles updated
    • [ ] new documentation articles created
    • [x] not needed
  • Language files:
    • [x] corresponding language files updated
    • [ ] not needed

Tests:

Tested manually by copying code to PowerPoint.

Related

Commit: [r1227]

Discussion

  • Erik Hänel

    Erik Hänel - 2022-09-28
    • labels: --> gui, editor
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2022-09-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     As an additional feature to the already existing HTML export, provide also a styled text export, which can be used within Word or PowerPoint.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2022-09-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     As an additional feature to the already existing HTML export, provide also a styled text export, which can be used within Word or PowerPoint.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Internally does not differ too much from the existing HTML export. We simply use `wxHTMLDataObject()` instead of `wxTextDataObject()` and change the styling if necessary.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2022-09-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     Internally does not differ too much from the existing HTML export. We simply use `wxHTMLDataObject()` instead of `wxTextDataObject()` and change the styling if necessary.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: Implemented as proposed by the analysis.
    +* Revision: [r1227]
    +* Implementation test: Text was copied and inserted in various applications. It does work in Word, PowerPoint, Outlook online. It does not work in MS Teams (for whatever reason).
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r1227]

  • Erik Hänel

    Erik Hänel - 2023-02-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Tested manually by copying code to PowerPoint.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB