From 86f6cd0ad94e5c4464cd97acc70f09927d589d37 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 27 Jun 2024 00:21:57 -0500 Subject: [PATCH] Extra explanations on highlighting in FAQ --- static/faq/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/faq/index.html b/static/faq/index.html index c01e7ba..fe00df1 100644 --- a/static/faq/index.html +++ b/static/faq/index.html @@ -33,6 +33,8 @@

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!

+

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?

Originally, all my sites were completely Javascript free. As of late, though, I decided to add Javascript to this one. Javascript will NEVER be a requirement on this site. Javascript will ONLY be used where necessary, and I will do everything possible to make the experience indistinguishable.