I often use the Display Message on a web page. However, the source code editor located under File > Source code is terrible. I can’t tell you how many times I cursed the living existence out of that editor because of how convoluted it displays the HTML code.
I suggest simply having a new color-coded editor with line numbers, word wrap and retaining the line indents in the code (this one is super important).
This is also a HUGE pain point of mine. It’s from the editor itself, TinyMCE if I remember correctly. This has been a known issue for many years unfortunately. It’s also the same foundation used by other platforms -an industry standard if you would.
As a workaround, I write all my HTML in Notepad++ and then place it in a calc field. I then call my calc field as needed.
I have definitely stress tested this and have not run into any meaningful issues.
If Tape uses TinyMCE then there appears to be a plugin called Advanced source code editing. At least with that plugin activated it will make editing the source code much easier.
As for using the calc field to put the HTML how exactly do you do that? It appear copy/pasting pure HTML code doesn’t work like if I put it on the source code of display message action.