scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

Added ability to serve static Files from Git repository (such as images) #214

Closed fabianthoma closed 2 months ago

fabianthoma commented 6 years ago

To make a wiki really effective you need the ability to upload and serve Files stored together with the text content. This is a first approach to recognizing which files might be markdown and rendering only those, serving all other files as raw data.

I'll later submit a pull request which will include file upload support but I want to discuss the way in which it would do that before implementing that. I'll bring up a discussion about that on the relevant issue.