Benutzer-Werkzeuge


Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
dokuwiki_changelog [2023/07/26 08:16] – [1.2 DokuWiki PlugIns] cbuehlerdokuwiki_changelog [2023/09/27 09:36] (aktuell) – [1.2 Templates] cbuehler
Zeile 19: Zeile 19:
   * **Extended Table Syntax 3**\\ Allows extended (MediaWiki-style) table syntax in DokuWiki\\ Last updated on 2021-03-24\\ https://www.dokuwiki.org/plugin:exttab3\\ \\    * **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 <ff (fonttype)></ff> for changing the fontfamily\\ Last updated on 2019-03-19\\ https://www.dokuwiki.org/plugin:fontfamily\\ \\    * **Fontfamily Plugin**\\ Tags <ff (fonttype)></ff> for changing the fontfamily\\ Last updated on 2019-03-19\\ https://www.dokuwiki.org/plugin:fontfamily\\ \\ 
-  * **Fontfamily Plugin**\\ Tags <ff (fonttype)></ff> 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 ===== ===== 1.2 Templates =====
   * Codowik\\ Customizing: Change background color of sidebar from black to white\\  dokuwiki\lib\tpl\codowik\css\design.less\\ <code>.codowiki_west_header{   * Codowik\\ Customizing: Change background color of sidebar from black to white\\  dokuwiki\lib\tpl\codowik\css\design.less\\ <code>.codowiki_west_header{
Zeile 31: Zeile 36:
 /* background:#343131 !important; */ /* background:#343131 !important; */
 background:#ffffff !important; background:#ffffff !important;
 +}</code><code>.codo_active{
 +
 +        background:#FFF;
 +        /* color:black !important; */
 +        color:blue !important;
 +        font-weight:bold;
 +          
 }</code> }</code>