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 file uploads #222

Open thomaskcr opened 5 years ago

thomaskcr commented 5 years ago

When an AWS access key and bucket are configured, files can be uploaded by dropping them onto a page. Information about the attached files are stored in the front matter of the page so pages with uploads are still normal markdown.

screenshot-filemanager

The markdown for the page in the attached image:

---
attachments:
- filename: data_export-out_v4.csv
  handler: S3
  key: wiki/files/201807120616_F8sZrW/data_export-out_v4.csv
---

# Test Page

This is a test example page.