Working download buttons #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The download buttons are currently not functional at all in the case of the PDF button or are not really usefull. The MD button will download all articles as
article.md
.DomPDF looks like a promissing option.
It will require passing the generated html form the markdown document but that should be an easy now that that acts as a function.
The
<a>
tag has adownload
option now that let's you set the default name of the file being downloaded.The download link could be changed to:
Referance
This has been tested and isn't working.
Now moving to the solution discribed here.