Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:documentation [2025/08/11 22:50] – [Discussion] scumsuckwiki:documentation [2025/08/27 04:02] (current) – [Advanced Config] scumsuck
Line 46: Line 46:
  
 As of April 30th, 2025, [[https://github.com/issues/recent?issue=nicolasprigent%7CDokuwiki-Kiwiki-Theme%7C39|the issue with Kiwiki and Advanced plugin has been fixed.]] As of April 30th, 2025, [[https://github.com/issues/recent?issue=nicolasprigent%7CDokuwiki-Kiwiki-Theme%7C39|the issue with Kiwiki and Advanced plugin has been fixed.]]
 +
 +=== Emotes ===
 +
  
 You can use [[https://www.dokuwiki.org/entities|Entities]] as emotes.  The emotes I currently have are: You can use [[https://www.dokuwiki.org/entities|Entities]] as emotes.  The emotes I currently have are:
Line 62: Line 65:
  
 ==== Discussion ==== ==== Discussion ====
-The [[https://www.dokuwiki.org/plugin:discussion|discussion plugin]] enables a comment section on individual pages, by typing ''%%~~DISCUSSION~~%%''in the area you want that section in.  +The [[https://www.dokuwiki.org/plugin:discussion|discussion plugin]] enables a comment section on individual pages, by typing ''%%~~DISCUSSION~~%%'' in the area you want that section in.  
  
 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.
  
-''+<code>
 .comment_name .block span { .comment_name .block span {
   font-size: 0;   font-size: 0;
   visibility: hidden;   visibility: hidden;
 } }
- +</code>
-''+
  
 This code replaces the text with "Username" or whatever you want it to read instead. This code replaces the text with "Username" or whatever you want it to read instead.
  
-''+<code>
 .comment_name .block span::after { .comment_name .block span::after {
   content: 'Username:';   content: 'Username:';
Line 89: Line 91:
   visibility: visible;   visibility: visible;
 } }
- +</code>
-''+
  
 Supposedly entering your e-mail allows you to get notifications for comments, but I haven't been able to get email notifications as an admin.  For now, the e-mail just lets you have [[https://wiki.scumsuck.com/wiki:documentation#avatars|an avatar]]. Supposedly entering your e-mail allows you to get notifications for comments, but I haven't been able to get email notifications as an admin.  For now, the e-mail just lets you have [[https://wiki.scumsuck.com/wiki:documentation#avatars|an avatar]].
 +
 +==== 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://www.dokuwiki.org/plugin:styling|styling plugin]] built in for simple color changes to templates, [[https://wiki.scumsuck.com/wiki:documentation?do=admin&page=styling|accessible via the admin panel]].   Dokuwiki has a [[https://www.dokuwiki.org/plugin:styling|styling plugin]] built in for simple color changes to templates, [[https://wiki.scumsuck.com/wiki:documentation?do=admin&page=styling|accessible via the admin panel]].