Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
howtos:dokuwiki [2021/02/02 09:02]
admin
howtos:dokuwiki [2021/04/29 09:48] (current)
admin [Plug-ins]
Line 10: Line 10:
 # grep -v ^# data/​deleted.files | while read line ; do if [[ -f $line ]] ; then echo $line ; rm -f $line ; fi ; done # grep -v ^# data/​deleted.files | while read line ; do if [[ -f $line ]] ; then echo $line ; rm -f $line ; fi ; done
 </​code>​ </​code>​
 +  * if blank page is displayed after upgrade, there is likely a problem with some extension. Inspect **/​var/​apache2/​2.4/​logs/​error_log** Apache error log to find out which extension is problematic and remove it from **lib/​plugins/​** directory. Then re-install the extension(s) again after upgrade is done.
 +====== Plug-ins ======
 +  * Cell Background - Allows user-defined background colored cells in tables
 +  * MathJax plugin - Enables MathJax (https://​www.mathjax.org/​) parsing of TeX math expressions in wiki pages
 +  * flowcharts - flowcharts utilizing Mermaid (https://​mermaid-js.github.io) - requires changes in conf/​entities.conf - see plugin'​s site for details
 +
howtos/dokuwiki.1612252940.txt.gz ยท Last modified: 2021/02/02 09:02 by admin
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0