I made a small helper for when I am working with Nepali documents that need to be converted from ASCII into Unicode. The outputs are rendered (unformatted) into a cell as such:
This is great for short texts, however for longer texts the output is truncated. I would like to avoid truncation b/c it’s always an extra click before I can copy-and-paste large outputs.
This view of the cell content, in my understanding, is controlled by the inspector. I’ve been digging around the inspector code on GitHub, but can’t identify where this behavior is set. Can anyone help to point me to the right place and/or suggest a quick and dirty override?
Thank you!