dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
56 stars 18 forks source link

Formatting of (long) text input fields #144

Closed dragotin closed 2 years ago

dragotin commented 2 years ago

Right now there there seem to be no options to add even most basic style modifications (bold, italic, underlining...) to text entered into text blob fields.

As all the output is rendered as HTML for printing anyway there should be an option of adding HTML markup here or, if possible, MarkDown for its simplicity to any filed containing a text block.

To avoid additional programming it might be advisable to use existing packages like MarkDeep, texme or pandoc as preprocessor before rendering the intermediate html file.

dragotin commented 2 years ago

duplicate of #152