I actually want to find a way to keep the Text editor to default to HTML to preserve carriage returns/line breaks when going from CSM (in this case Requirements Text) to Excel (xlsx) and back. It seems if I make a change in Excel and save, "Read from File" changes the CSM text back to Plain Text, which will then lose all the carriage return/line break formatting next time I "Write to File" in the Excel.
Is there a way to default Text format editing to be HTML?
Why would I want this? Say the requirements text description has breaks shown below:
This is a narrative.
With breaks which I call subtext.
Line 1
Line 2
It then becomes the following in Plain Text during the import/export to Excel:
This is a narrative. With breaks which I call subtext. Line 1 Line 2