majlis-erc / manuForma

The manuForma application is designed to make TEI data creation and distributed editing faster and easier.
6 stars 1 forks source link

Larger transcription fields #467

Closed mMoliere closed 11 months ago

mMoliere commented 11 months ago

@wsalesky Is there a way to enlarge the transcription fields in the Incodicated documents subform? We anticipate that we will have a great number of lengthy quotations. The trouble is that the field is too narrow to display them in their entirety.

Some fields are already larger. Like the note field immediately following the transcription. What is the rationale for the size? Does manuForma assign the size based on the presence or absence of attributes?

Bildschirmfoto 2023-11-28 um 15 59 32

wsalesky commented 11 months ago

@mMoliere Currently manuForma uses textarea elements for a small list of elements: ('p','desc','note','summary')

I can expand that list if you want. Or we can indicate it in the schema with an attribute if you prefer. Either works for me.

mMoliere commented 11 months ago

@wsalesky Got it! Please add "quote" to that list

wsalesky commented 11 months ago

Added here: https://github.com/majlis-erc/manuForma/pull/472