• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

LICENSE.mdD22-Oct-20201 KiB2016

README.mdD22-Oct-2020411 139

plugin.info.txtD22-Oct-2020205 87

screenshot.pngD22-Oct-202018.7 KiB

script.jsD22-Oct-20201.1 KiB2923

style.cssD22-Oct-2020188 119

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)