I noticed in working with custom fields in where \n is embedded in the text that these are kept unchanged. When retrieved and shared with another app the data is formatted correctly.
However, if the card is open either on the desktop or I suspect also in ios or Android app that these formats no longer works.
Is there a workaround this ? or the would be a new feature request?
@milynnus there aren't currently any "paragraph" custom field types capable of rendering line breaks
What I am sharing is that line breaks disappear only when you open (I think you have to go to that field) and save the card - otherwise the \n appears to work at this when presented on my client.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@milynnus I think I see what you mean: you post data to a custom field via the API with line breaks, then retrieve via the API and it still has line breaks, but when you go to the card and view it, then retrieve via the API, the line breaks have been removed. No way round this I'm afraid. You could do something like use a semi-colon delimeter to indicate a line break then sub these in when you retrieve the value and pass it back to your client.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that had been my experience. Your suggestion is workable. Hence I will mark this Answer as “Accepted”
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.