plugin:downloadcodeblock
Table of Contents
download code block Plugin
Compatible with DokuWiki
Hogfather
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Installation
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
Example/Usage
This plugin requires no special syntax. It just adds a download button to all code blocks.
If it finds something that looks like a file name in the preceding element, it will use that as the default file name for download. In the following example, the file name would default to “hello-world.sh”.
===== ~/.local/bin/hello-world.sh ===== <code> #!/bin/bash zenity --info --text="Hello World!" </code>
plugin/downloadcodeblock.txt · Last modified: by Aleksandr


