qoomon / aws-s3-bucket-browser

Single page application to browse AWS S3 bucket content
https://qoomon.github.io/aws-s3-bucket-browser/index.html?bucket=https://s3.amazonaws.com/spacenet-dataset#
MIT License
246 stars 85 forks source link

Feature Request - Render Markdown File(s) #25

Closed ghost closed 1 year ago

ghost commented 2 years ago

Hello, @qoomon! Great job making this script!

I've forked your repository and added my personal setup to list all of my bucket files on my S3-compatible storage. So far, everything work as expected.

But I have an idea: Rendering markdown on the site.

For example, we have README.md. We could render it after the file list. It is very useful for people that wants viewable documentation.

I found a script related to this:

Based on this StackOverflow answer: https://stackoverflow.com/a/60363693/13293193

Thanks!

qoomon commented 2 years ago

Interesting. I'm not sure whether I'll find time for that. However every PR is welcome.

qoomon commented 1 year ago

Should work now.