one icon indicating copy to clipboard operation
one copied to clipboard

Support hyphenation

Open propensive opened this issue 3 years ago • 2 comments

A hyphenation algorithm would allow better rendering of natural language text in columns, though the implementation is likely to be nontrivial.

propensive avatar Dec 27 '22 09:12 propensive

Hyphenation could run as a separate step (and should possibly be implemented as a completely separate project) prior to insertion into a table, and would insert soft hyphens at various points within words, which would then be interpreted by Escritoire if propensive/escritoire#9 is implemented.

propensive avatar Dec 27 '22 09:12 propensive

The algorithm is explained reasonably well here.

propensive avatar Mar 01 '24 10:03 propensive