dokuwiki_annoyances
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dokuwiki_annoyances [2023.08.24 05:45] – Steve Isenberg | dokuwiki_annoyances [2024.12.29 13:09] (current) – [1. RSS/Atom Feeds (Built-in Feature)] Steve Isenberg | ||
---|---|---|---|
Line 2: | Line 2: | ||
=====Dokuwiki Annoyances===== | =====Dokuwiki Annoyances===== | ||
+ | //These are notes for Dokuwiki functions that I find helpful and that I've used throughout this wiki. This information is not intended to replace the plugin and Dokuwiki documentation, | ||
====The dropdowns in upper-right don't work==== | ====The dropdowns in upper-right don't work==== | ||
Line 38: | Line 39: | ||
===Coloring a cell=== | ===Coloring a cell=== | ||
< | < | ||
- | |@palegreen: | + | | @palegreen: |
</ | </ | ||
- | |@palegreen: | + | | @palegreen: |
===Coloring text=== | ===Coloring text=== | ||
< | < | ||
- | <color /# | + | <color /# |
</ | </ | ||
- | <color /# | + | <color /# |
===Specifying column widths==== | ===Specifying column widths==== | ||
- | Put this on the line before the start of the table. | + | Put this on the line before the start of the table. |
< | < | ||
|< 100% 14% - 10% 1%>| | |< 100% 14% - 10% 1%>| | ||
Line 61: | Line 63: | ||
This example is for a 3-column table, that's only using 3/4 of page width. | This example is for a 3-column table, that's only using 3/4 of page width. | ||
+ | |||
< | < | ||
|< 75% 10% 13% ->| | |< 75% 10% 13% ->| | ||
Line 71: | Line 74: | ||
The Hidden plugin does the job. | The Hidden plugin does the job. | ||
- | If you use: '' | + | <code> |
+ | <hidden click to show>the text to be shown or hidden</ | ||
+ | </code> | ||
<hidden click to show>the text to be shown or hidden</ | <hidden click to show>the text to be shown or hidden</ | ||
- | \\ \\ | ||
- | If you want to control initial state visible/not and change text shown depending on visible/ | ||
- | ''< | ||
- | <hidden initialState=" | ||
\\ | \\ | ||
+ | If you want to control initial state visible/not and change text shown depending on visible/ | ||
+ | < | ||
+ | <hidden initialState=" | ||
+ | <hidden initialState=" | ||
+ | </ | ||
+ | |||
+ | <hidden initialState=" | ||
+ | <hidden initialState=" | ||
+ | |||
---- | ---- | ||
Line 151: | Line 162: | ||
{{gallery>: | {{gallery>: | ||
</ | </ | ||
+ | |||
+ | ====Add text from a file with wrapping==== | ||
+ | You have text you want to add to a wiki page, and you want to make sure that it's inserted with line wraps. | ||
+ | |||
+ | For example if you have the text | ||
+ | |||
+ | < | ||
+ | 11:29:43 message to everyone: | ||
+ | Sabine Hossenfelder (born 1976) is a German professional YouTuber, theoretical physicist, science communicator, | ||
+ | </ | ||
+ | |||
+ | But you want it to look like this, note that you don't have to scroll left and right to read the whole line: | ||
+ | |||
+ | <WRAP prewrap> | ||
+ | < | ||
+ | 11:29:43 message to everyone: | ||
+ | Sabine Hossenfelder (born 1976) is a German professional YouTuber, theoretical physicist, science communicator, | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | You surround the lines as follows: | ||
+ | < | ||
+ | <WRAP prewrap> | ||
+ | < | ||
+ | 11:29:43 message to everyone: | ||
+ | Sabine Hossenfelder (born 1976) is a German professional YouTuber, theoretical physicist, science communicator, | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | When the wiki processes this, it'll do the line wrapping on the Sabine line. | ||
+ | |||
+ | ====Change the wiki logo==== | ||
+ | The logo is a 128x128 pixel file named wiki: | ||
+ | |||
+ | Consider using https:// | ||
+ | |||
+ | |||
+ | ====== How to Detect Changes to a Doku Wiki ====== | ||
+ | |||
+ | Doku wiki offers several ways for users to be notified when changes are made: | ||
+ | |||
+ | ==== 1. RSS/Atom Feeds (Built-in Feature) ==== | ||
+ | DokuWiki automatically generates RSS or Atom feeds for tracking changes. | ||
+ | |||
+ | * **Recent Changes Feed**: Users can subscribe to the feed to see all recent changes across the wiki. | ||
+ | - URL: `https:// | ||
+ | * **Page-Specific Feed**: For updates on a single page, append `? | ||
+ | |||
+ | Make sure RSS feeds are enabled in the wiki settings.\\ | ||
+ | Users can use any RSS reader to subscribe. | ||
+ | * Examples: [[https:// | ||
+ | * Users subscribe to a website’s RSS feed by providing the feed URL as above | ||
+ | |||
+ | ==== 2. Email Notification (Subscription Feature) ==== | ||
+ | Users can subscribe to specific pages or the entire wiki to receive email updates when changes are made. | ||
+ | |||
+ | * To subscribe, click the **" | ||
+ | * Notifications will be sent whenever subscribed pages are edited. | ||
+ | |||
+ | Make sure email notifications are enabled in the wiki settings (`$conf[' | ||
+ | |||
+ | ==== 3. Using the Watch Plugin ==== | ||
+ | The [Watch Plugin](https:// | ||
+ | * Users can " | ||
+ | * Notifications are sent automatically when watched pages are updated. | ||
+ | |||
+ | ==== 4. ChangeLog or Recent Changes Page ==== | ||
+ | Users can manually check the **" | ||
+ | |||
+ | * Add a link to the Recent Changes page in your navigation for easy access. | ||
+ | |||
+ | ==== 5. Webhooks or Custom Scripts ==== | ||
+ | For advanced integrations, | ||
+ | |||
+ | --- | ||
+ | |||
+ | These options make it easy to stay informed about updates to a Doku wiki. | ||
+ | |||
dokuwiki_annoyances.1692881113.txt.gz · Last modified: 2023.08.24 05:45 by Steve Isenberg