Phil Beauvoir
Phil Beauvoir
> So now I can prepare pull request? Yes please, a draft PR in a branch of forked Archi code is the way to go. Thanks.
Thanks for this, I merged it.
Thanks for opening this feature request. Do you mean to have links embedded on the diagram nodes? Do you know if and how this is possible in SVG? Do you...
Reports with SVG images and more information might be better. But still, as you say, the way that the SVG is generated is purely graphical.
> Any updates about this issue? I'm not working on this personally, but if any one else wants to take a look, they are welcome. BTW - HTML Reports have...
Indeed, properties are single lines that don't support newline characters. There is a `${wordwrap:count:expression}` expression that can be used to break the text every `count` characters. See https://github.com/archimatetool/archi/wiki/Label-Expressions
@jbsarrodie It is possible to render `\n` characters in `PropertiesRenderer` if we replace `\\n` chars with `\n` I can't remember if there is a reason for not doing this?
I can see two places where the UI restricts single lines: - Name - Property User can enter CRs in Documentation/Mult-line fields. > Enable newlines in properties themselves and find...
> Isn't entering a \n character in a property table pretty much the same thing? Actually, I understand what you mean - to insert actual newlines (`
` in XML)
@jbsarrodie and I discussed this might be possible in the future by importing/exporting the expression in a special Property and the evaluated label value in the diagram object's label (over-riding...