Beginning with WikklyText 1.1, you have a file-serving area within your wiki. It is located in the
files/ directory under your wiki folder. WikklyText will serve any files that are located there, including in any subdirectories (no matter how deeply nested).
Here are some examples. My wiki root folder looks like this:
wiki/
files/
testing/
htmlfile.html
imagefile.png
textfile.txt
First, serving an HTML file:
WikklyText knows to set the MIME type correctly so files will render (or not) as they should.
Image files:
The benefits of the file-serving area are:
- You can make links to file content that work the same for both standalone wikis and wikis running behind a webserver.
- You can move your wiki around without breaking links to file content.
- File download activity will be included in your logs for easy reference.