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

Feature Request: Formatting of (long) text input fields #152

Open noseshimself opened 2 years ago

noseshimself 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 renedered 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.

For tactical reasons I would probably use texme as preprocessor.

dragotin commented 2 years ago

This would be an option to use: https://github.com/Anchakor/MRichTextEditor

noseshimself commented 2 years ago

oops.

noseshimself commented 2 years ago

I originally requested some markup language because I believed that this would be easily integrated as "black box" into the layout process which has an intermediate HTML step anyway but this is looking even better.