This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 -<del> gchart</del> - <del>Google Authentication Plugin allows to sign in to DokuWiki using OAuth 2.0</del> - 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 ===== <note warning>CSV MIME type text/csv has been enabled</note> ===== Sample data ===== <note tip>Inline CSV</note> <csv playground:2kWy2.csv></csv> ===== Datatable with include ===== <datatable page-length="20"> {{page>playground:sampledata}} </datatable> ===== ApexCharts ===== <note tip>ApexCharts: only one y-axis is supported from CSV via JSON conversion in PHP</note> <achart url=https://gist.github.com/karl257/6e799cc0d8a5e47ac11d97672a6890dc/raw/0a80ea7ff3b89d0f376aec0eff0d817550b32334/convertcsv.csv height=320px align=center> { chart: { height: 350, type: 'line', }, stroke: { width: 2, curve: "smooth" }, dataLabels: { enabled: false }, title: { text: "From web", } } </achart> <achart url=:playground:2kWy2.csv height=320px align=center> { 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)", } } </achart> <achart url=:playground:2kWy2.csv height=320px align=center> { chart: { height: 350, type: 'bar', }, dataLabels: { enabled: true }, xaxis: { type: 'datetime' }, legend: { position: 'top' }, title: { text: "Production (kWh), Yield", } } </achart> ===== 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}} CKG Edit