====== Plugins ======
- Export DokuWiki content to PDF
- Create a DokuWiki page by importing an ODT file
- NavBox brings the core functionality of the NavBox from Wikipedia (and MediaWiki) across to DokuWiki
- backup
- bureaucracy & pagemod
- gchart
- Google Authentication Plugin allows to sign in to DokuWiki using OAuth 2.0
- Adds a legal (or other) notice below the login form
- Create a DokuWiki page from a file
- Displays a CSV file, or inline CSV data, as a table
- Show PDF files using PDF.js
- https://github.com/nomadjimbob/mikioplugin/wiki
===== Developer warning =====
CSV MIME type text/csv has been enabled
===== Sample data =====
Inline CSV
===== Datatable with include =====
{{page>playground:sampledata}}
===== ApexCharts =====
ApexCharts: only one y-axis is supported from CSV via JSON conversion in PHP
{
chart: {
height: 350,
type: 'line',
},
stroke: {
width: 2,
curve: "smooth"
},
dataLabels: {
enabled: false
},
title: {
text: "From web",
}
}
{
chart: {
height: 350,
type: 'line',
},
yaxis: [
{
title: {
text: "Production"
},
},
{
opposite: true,
title: {
text: "Yield"
}
}
],
stroke: {
width: 2,
curve: "smooth"
},
dataLabels: {
enabled: true
},
xaxis: {
type: 'datetime'
},
legend: {
position: 'top'
},
title: {
text: "Production (kWh)",
}
}
{
chart: {
height: 350,
type: 'bar',
},
dataLabels: {
enabled: true
},
xaxis: {
type: 'datetime'
},
legend: {
position: 'top'
},
title: {
text: "Production (kWh), Yield",
}
}
===== Placeholder text =====
[[:playground:hypothetical_layout|hypothetical layout]]
[[:playground:decentralized_renewable_energy|Decentralized Renewable Energy]]
[[:playground:leverage|Leverage]]
[[:playground:standards|Standards]]
{{pdfjs 100%,800px>:playground:techSAWG.pdf}}