====== 1. DokuWiki Changelog ======
===== 1.1 DokuWiki Installation =====
Stable (Recommended) 2023-04-04 "Jack Jackrum"\\
dokuwiki-a6b3119b5d16cfdee29a855275c5759f.tgz\\
https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz\\
\\
Restore from Backup:\\
dokuwiki\dokuwiki\data\pages\wiki\syntax.txt
===== 1.2 DokuWiki PlugIns =====
* **Bookcreator Plugin**\\ Allow to make a book (PDF, ODT, HTML or text) from selected pages\\ Last updated on 2021-03-30\\ https://www.dokuwiki.org/plugin:bookcreator\\ \\
* **Cell Background**\\ Allows user-defined background colored cells in tables\\ Last updated on 2013-10-09\\ http://www.dokuwiki.org/plugin:cellbg\\ \\
* **CodeMirror plugin**\\ Editor with syntax highlighting\\ Last updated on 2007-05-01\\ https://github.com/albertgasset/dokuwiki-plugin-codemirror\\ \\
* **color syntax plugin**\\ Write colored text in DokuWiki\\ Last updated on 2022-10-19\\ https://www.dokuwiki.org/plugin:color\\ \\
* **configuration file manager**\\ Plugin to manage various .conf files\\ Last updated on 2021-05-03\\ http://www.dokuwiki.org/plugin:confmanager\\ \\
* **DokuTeaser Plugin**\\ A plugin for internal use on dokuwiki.org only\\ Last updated on 2022-01-22\\ https://github.com/splitbrain/dokuwiki-plugin-dokuteaser\\ \\
* **Dw2Pdf plugin**\\ DokuWiki to PDF converter\\ Last updated on 2023-03-20\\ https://www.dokuwiki.org/plugin:dw2pdf\\ \\
* **Extended Table Syntax 3**\\ Allows extended (MediaWiki-style) table syntax in DokuWiki\\ Last updated on 2021-03-24\\ https://www.dokuwiki.org/plugin:exttab3\\ \\
* **Fontfamily Plugin**\\ Tags for changing the fontfamily\\ Last updated on 2019-03-19\\ https://www.dokuwiki.org/plugin:fontfamily\\ \\
* **nodisp Plugin**\\ Hide text from brwosoer display or remove from output to browser depending on acl\\ Last updated on 2022-09-14\\ https://www.dokuwiki.org/plugin:nodisp\\ \\
* **Open Document Plugin**\\ Export the current Wiki page to a OpenOffice ODT file\\ Last updated on 2023-03-03\\ https://www.dokuwiki.org/plugin:odt\\ \\
* **Reveal.js Slideshow Plugin**\\ Display a Wiki page as Reveal.js slideshow presentation\\ Last updated on 2020-07-20\\ https://github.com/neuralyzer/dokuwiki-plugin-revealjs\\ \\
* **Table Width Plugin**\\ Allows to specify width of table columns\\ Last updated on 2023-04-04\\ https://www.dokuwiki.org/plugin:tablewidth\\ \\
* **Translation Plugin**\\ Supports the easy setup of a multi-language wiki\\ Last updated on 2023-04-04\\ https://www.dokuwiki.org/plugin:translation\\ \\
* **Wrap Plugin**\\ Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction\\ Last updated on 2023-04-04\\ https://www.dokuwiki.org/plugin:wrap\\ \\
===== 1.2 Templates =====
* Codowik\\ Customizing: Change background color of sidebar from black to white\\ dokuwiki\lib\tpl\codowik\css\design.less\\ .codowiki_west_header{
/* background-color: #bbbbbb; */
/* background-color: #483D8B; */
background-color: #76b3ec;
text-align: center;
.codowiki_west{
/* background:#343131 !important; */
background:#ffffff !important;
}
.codo_active{
background:#FFF;
/* color:black !important; */
color:blue !important;
font-weight:bold;
}