I am using an external javascript library (not by me) that has semi-frequent errors. The errors don’t impact the functioning of the wiki, nor cause data loss. I’m including the library in a $:/tags/RawMarkup
tiddler that just uses <script>
tags.
Is there any way to catch / suppress these before they get to TiddlyWiki’s “red screen of error” handling? I’m worried that would be confusing for users. I don’t want to globally disable the “red screen of error”, as there may be legitimate errors thrown by the wiki.