KOffice filters status:   Plain Text Filter


Import | Export


Up

Import from Plain Text to KWord

Last update 04 May 2002 (Done by Nicolas Goutte)
Features - import text from plain text documents
- read correctly files with Carriage Returns (with or without Line Feeds)
- selectable paragraph strategy:
* like previous versions (buggy!)
* one line per paragraph
* paragraph ends if lines ends with a point
Todo - move most of the paragraph stategies out of the filter as independant functions in KWord
- better usability of the dialog
History -
Authors Reginald Stadlbauer   Michael Johnson   Nicolas Goutte  
Links -
Comments This filter is not maintained anymore. (Any volunteer to become the maintainer?)

Paragraph strategies

As Is:
- one line becomes a paragraph
(Recommended strategy)
Sentence:
- a paragraph ends when a line ends with a point or similar punctuation.
- the punctuation is searched at the end of the line, even if the sentence is quoted or in parentheses.
- an empty line also ends the paragraph.
Old Way: (similar to KOffice 1.1.x)
- a paragraph ends at an empty line.
- a paragraph ends at a short line (less than 40 characters.)
(Unlike KOffice 1.1.x, the filter cannot handle lists anymore.)
Up






Up

Export from KWord to Plain Text

Last update 10 Jun 2003 (Done by Clarence Dang)
Features - Export encoded text (UTF-8, locale or other encodings)
- Choice of End of Lines (LF, CR or CR/LF)
- Lists
- Basic Table Support
Todo -
History 19 Mar 2001 Fix the bug due to the new KWord
13 Nov 2001 Add a dialog box
26 Nov 2001 Internal changes
05 Feb 2003 Improved list support, basic table support
Authors Wolf-Michael Bolle   Werner Trobin   Reginald Stadlbauer   Nicolas Goutte   Clarence Dang  
Links -
Comments This filter is not maintained anymore. (Any volunteer to become the maintainer?)
.
Up