Here is the complete workflow:
Initialize the repository and the workspace
$ fossil new repo.fossil
$ mkdir workspace
$ cd workspace
$ fossil open ../repo.fossil
Add an image file to the repository
$ fossil add image.jpg
$ fossil commit -m "added image.jpg"
Start fossil server:
$ fossil server
Open the web interface in the browser:
BROWSERNAME 127.0.0.1:8080
Now I'd like to get image.jpg displayed in a wiki page.
Things I've tried:
[image.jpg]
<img src="image.jpg">
I've also tried to toggle the "Use HTML as wiki markup language" in Admin->Configuration