Bug #1505

Mis à jour par Matthieu Decorde il y a presque 10 ans

Currently the TXT+CSV import module (and clipboard import) creates a "lb" structure for each line and creates a "p" structure each 2 empty lines found.

This is too specific and missleading.

h3. Solution 1

Don't create the "p" structures.

h3. Solution 2

With an import option "document format" : don't create the
"lb" milestone and create a "p" structure each line read.
Thus the "lbid" word property is removed.

see ticket #1585

Retour