From a8bab330c8cf98d9a43d98cbbd543f6dde953122 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 28 Jun 2024 11:59:00 -0500 Subject: [PATCH] Code font could not handle long text I like the way it looks to have certain words be highlighted, makes it look fancier and easier to read (imo). So, when I remade this site, I went ahead and added an Automatic Word Highlighting System! This allows me have words automatically highlighted, on the server side, without having to do it in the code manually. Here's the current list of highlighted words:

{ALL_HIGHLIGHTS}

As time continues, more words are added to the highlighting list, and I'm slowly adding more features, like disabling case sensitivity, boldness, italics, outlines, and more.

-

You may notice some highlighted words are "missing" on this list. This is because characters adjacent to the highlighted word are highlighted, too! What that means is, I can type HolyCowabungaILoveUltrakillItsSoEpic and it'll all be highlighted!

+

You may notice some highlighted words are "missing" on this list. This is because characters adjacent to the highlighted word are highlighted, too! What that means is, I can type ILoveTetoTuesday! and it'll all be highlighted!

P.S. If you're wondering what YIP is for, its for YIPPEEEEEEEEEEEEEEEEEEEEEE!


I thought the site doesn't use Javascript? So why is it there?