Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
LICENSE.md | H A D | 22-Oct-2020 | 1 KiB | 20 | 16 | |
README.md | H A D | 22-Oct-2020 | 411 | 13 | 9 | |
plugin.info.txt | H A D | 22-Oct-2020 | 205 | 8 | 7 | |
screenshot.png | H A D | 22-Oct-2020 | 18.7 KiB | |||
script.js | H A D | 22-Oct-2020 | 1.1 KiB | 29 | 23 | |
style.css | H A D | 22-Oct-2020 | 188 | 11 | 9 |
README.md
1# Download code block 2 3Simplistic JavaScript-only DokuWiki plugin adding download buttons to code 4blocks. 5 6## Filename 7 8The text of the element preceding the code block (e.g. a heading) is interpreted 9as the file name for the download if it ends with a file extension (dot followed 10by letters, numbers or underscores). Full paths (with separators `/` or `\`) are 11handled properly. 12 13![screenshot](screenshot.png)