Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: mse on May 06, 2024, 11:10:25 pm

Title: Is there a way to get EA to display HTML in notes or a Tagged Value field?
Post by: mse on May 06, 2024, 11:10:25 pm
Suppose I import some raw text from some .csv file like this:

Code: [Select]
<p>hello <b>world</b></p>
Is there a way to get EA to interpret that as HTML and display it either in the notes field or perhaps in a Tagged Value field? So the end result would be:

hello world
Title: Re: Is there a way to get EA to display HTML in notes or a Tagged Value field?
Post by: Geert Bellekens on May 06, 2024, 11:18:35 pm
The notes support formatted text.
This uses a markup that is similar to HTML, but much more limited.

Tagged values don't support formatted text.

Geert