I need to do hard line breaks in my text object, but I would like that to be automatic. I thought of detecting where the line break occurs in the text object and inserting a special character after this break and using replace to replace it with newline, but I have no idea how to do it.