I have just obtained deepdwn in order to generate documentation using large numbers of screenshots. However, the url part of an image link has to be a served image. This fails
\![test](file:///home/nigel/django/sarah/silsondb/static/site/img/screenshots/quote-issue.png "Testing")
Replacing the file:// URL with an http URL localhost:8000/static ... quote-issue.png works great, but its a bit annoying to have to run the Django development server just in order to make the screenshots accessible to deepdwn. It would be even nicer if one didn't have to type the filename (or cut/paste from ls -l output) and could use deepdwn to browse available files (with thumbprint images?!) and insert the path of the chosen one.