User Tools

Site Tools


dokuwiki

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
dokuwiki [2020/10/26 15:36] – Sidebar stuff rjtdokuwiki [2024/02/01 07:11] (current) – timezone rjt
Line 1: Line 1:
 ====== DokuWiki ====== ====== DokuWiki ======
 +
 +===== Setup =====
 +
 +Just noticed that my date's been set wrong. Fixing was easy enough, see: [[doku>tips:timezone]].
  
 ===== Customising ===== ===== Customising =====
 ==== Sidebar ==== ==== Sidebar ====
-If your template supports it, you can add a 'sidebar' (the section to the left that has all the links) simply by creating a page called 'sidebar' and adding something to it. A common thing to do is use the [[doku>plugin:indexmenu|indexmenu plugin]] to display a list of pages.+If your template supports it, you can add a 'sidebar' by creating a page called 'sidebar' and adding something to it. A common thing to do is use the [[doku>plugin:indexmenu|indexmenu plugin]] to display a list of pages.
  
 If you use the [[doku>plugin:tag|tag plugin]] the sidebar goes missing on tag pages. A workround for this is to edit your wiki's theme, which is what controls when the sidebar appears. If you use the [[doku>plugin:tag|tag plugin]] the sidebar goes missing on tag pages. A workround for this is to edit your wiki's theme, which is what controls when the sidebar appears.
Line 30: Line 34:
  
 ===== Interesting Plug-ins ===== ===== Interesting Plug-ins =====
-  * [[doku>plugin:csv]] - Takes [[form:CSV]] files (or [[form:TSV]]) and displays them as wiki tables.+ 
 +  * [[doku>plugin:csv]] - Takes [[CSV]] files (or [[TSV]]) and displays them as wiki tables.
   * [[doku>plugin:table2csv]] - Export dokuwiki tables as CSV.   * [[doku>plugin:table2csv]] - Export dokuwiki tables as CSV.
   * [[doku>plugin:edittable]] - Nicer table editor, though I never end up using it...   * [[doku>plugin:edittable]] - Nicer table editor, though I never end up using it...
Line 38: Line 43:
   * [[doku>plugin:dir]] - Generates a list of pages in a namespace.   * [[doku>plugin:dir]] - Generates a list of pages in a namespace.
   * [[doku>plugin:pagelist]] - ``   * [[doku>plugin:pagelist]] - ``
-  * [[doku>plugin:indexmenu]] - Also generates a list (in the form of a tree) of pages. I use it for the menu on the left.+  * [[doku>plugin:indexmenu]] - Also generates a list (in the form of a tree) of pages.
   * [[doku>plugin:imagebox]] - [[Mediawiki]]-style image captions.   * [[doku>plugin:imagebox]] - [[Mediawiki]]-style image captions.
-  * [[doku>plugin:backlinks]] - Shows list of pages that link to the current page. 'Backlinks' are already built-in to dokuwiki, this is just a different way of presenting it. +  * [[doku>plugin:backlinks]] - Shows list of pages that link to the current page. 'Backlinks' are already built-in to dokuwiki, this is just a different way of presenting it. Default is as a regular list, but I've style it a bit nicer and put it in the footer here
-  * [[doku>plugin:tag]] - Tags!+  * [[doku>plugin:tag]] - Tags! Also works with pagelist plug-in to insert lists of pages depending on how they're tagged.
   * [[doku>plugin:move]] - Makes it easy to move and rename pages and files without destroying edit history.   * [[doku>plugin:move]] - Makes it easy to move and rename pages and files without destroying edit history.
   * [[doku>plugin:cloud]] - Generate 'clouds' of tags and popular words.   * [[doku>plugin:cloud]] - Generate 'clouds' of tags and popular words.
 +  * [[doku>plugin:footer]] - Insert stuff below the regular page contents. Used on this wiki to show a bunch of tags with the [[doku>plugin:cloud]] plugin, and backlinks.
 +  * [[doku>plugin:cssperpage]] - Was thinking of making something like this myself. Seems useful if you want to use Dokuwiki to make a homepage, but I'm not fond of this implementation.
 +  * [[doku>plugin:confmanager]] - I haven't tried this, but seems to be an interface for changing things like interwiki links and abbreviations, without having to get into your server.
 +  * [[doku>plugin:folded]] - Hide and reveal section, like using the [[HTML]] [[https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element|details element]].
 +  * [[doku>plugin:stale]] - Easily refresh the wiki's cache. Handy after you've updated the footer, for example.
 +  * [[doku>plugin:diagram]] - Elaborate, grid-based diagrams, with a table-like syntax.
 +  * [[doku>plugin:flowcharts]] - Generate different kinds of flowcharts, with [[https://mermaid.js.org/|Mermaid]] syntax.
  
 ==== See Also ==== ==== See Also ====
dokuwiki.1603687002.txt.gz · Last modified: 2020/10/26 15:36 by rjt