I want to pop up this fake error box when I open tiddlywiki, (or can actively trigger it in some cases) seems to be a kind of psychological comfort for me, so that my personal data is not easy to leak easily, I can’t find the tiddlywiki source function (javascript) that can trigger this error pop-up, I have tried to use the web browser’s code review tool to review the occasional error pop-up, but I don’t know what to do with the error value returned on the console. For the average user, this may also serve as an April Fool’s Day Tiddlywiki easter egg, but I don’t want to do this, and the method I may have to use comes from post How to embed web effects into a tid so that they work on the background of tiddlywiki - #9 by wattahay
This is my initiative to delete the core plug-in core and did not save this wrong version and actively triggered, it looks like there is a pop-up box that is actively triggered after the function logic, and some error messages pop up on the browser console, but I am not sensitive to them
I think that’s the wrong way to approach a “privacy” related topic.
If you really want to “hide” information, you should use the built-in encryption, using the “Set Password” button in the right sidebar → Tools tab. This will encrypt your wiki prior to saving it.
The RSOE (red screen of embarrassment) is no April Fool’s Day joke, nor is it an Easter egg.
The TW core developers try hard to avoid this screen. All TW internal functions try to fail silently as long as we can gurantee, that the internal state is safe. We use sensible default values for almost every core API function.
The RSOE typically means, that a core function broke and we cannot guarantee data integrity anymore.
Showing this screen as a joke will do harm to TiddlyWiki’s reputation, because most users will connect this message to our “product” and not to your site.
I will strongly discourage the use of the RSOE message for anything else as a real problem.
Usually I’m using it myself.,I seem to be fascinated by the UI design of this error box.,I’m curious about its trigger rules.,Or pop up a pop-up box that retains its text style.,CSS style.,I think it’s funny.,Directly through tiddlywiki’s built-in encryption button When I force the export of tiddlers.,If the body content is not garbled,Then I don’t think this encryption makes sense.,On the contrary, I think this can scare off some clever ghosts who make them to me. Tiddlywiki doesn’t know where to start
This may really be a psychological consolation, and occasionally the third-party plugins I install correctly will pop up an error box, and I can’t take my anger out on the tiddlywiki I worked so hard to make for crashing (implicating the innocent), but it’s unpleasant that I still use this plugin that makes me feel bad because I have no choice. Perhaps the “RSOE” in the question I asked at the beginning could be used for a kind of peaceful effect, the so-called reversal of the extreme, as shown in the image below:
<!DOCTYPE html>
<html>
<head>
<title>I'm a teapot</title>
</head>
<body>
<h1>418: I'm a teapot</h1>
<p>The requested entity body is short and stout. Tip me over and pour me out.</p>
</body>
</html>