Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:documentation [2025/08/11 22:50] – [Discussion] scumsuck | wiki:documentation [2025/08/27 04:02] (current) – [Advanced Config] scumsuck | ||
---|---|---|---|
Line 46: | Line 46: | ||
As of April 30th, 2025, [[https:// | As of April 30th, 2025, [[https:// | ||
+ | |||
+ | === Emotes === | ||
+ | |||
You can use [[https:// | You can use [[https:// | ||
Line 62: | Line 65: | ||
==== Discussion ==== | ==== Discussion ==== | ||
- | The [[https:// | + | The [[https:// |
The default input fields are | The default input fields are | ||
Line 73: | Line 76: | ||
This code hides "Real Name" and makes it so screen readers don't read it. | This code hides "Real Name" and makes it so screen readers don't read it. | ||
- | '' | + | < |
.comment_name .block span { | .comment_name .block span { | ||
font-size: 0; | font-size: 0; | ||
visibility: hidden; | visibility: hidden; | ||
} | } | ||
- | + | </ | |
- | '' | + | |
This code replaces the text with " | This code replaces the text with " | ||
- | '' | + | < |
.comment_name .block span::after { | .comment_name .block span::after { | ||
content: ' | content: ' | ||
Line 89: | Line 91: | ||
visibility: visible; | visibility: visible; | ||
} | } | ||
- | + | </ | |
- | '' | + | |
Supposedly entering your e-mail allows you to get notifications for comments, but I haven' | Supposedly entering your e-mail allows you to get notifications for comments, but I haven' | ||
+ | |||
+ | ==== FastWiki ==== | ||
+ | * ✅ Niftiest feature was editing without reloading the page, so you can still look at the surrounding text while writing a section. | ||
+ | * ⛔ Disabled this plugin cuz it was making the table of contents show up doubled on top of my kiwiki theme. | ||
+ | * ⛔ Also adds extra padding around the pages?? | ||
==== Styling ==== | ==== Styling ==== | ||
Dokuwiki has a [[https:// | Dokuwiki has a [[https:// |