ryanlelek / Raneto

Markdown powered Knowledgebase Wiki for Node.js
https://raneto.com
MIT License
2.79k stars 446 forks source link

How to use the document I've uploaded #392

Open Hastersun opened 9 months ago

ryanlelek commented 9 months ago

Hi Hastersun,

We don't natively support file uploads at this time, but may in the future. One option that comes to mind is to upload to an external service (S3, Dropbox, Google Drive, etc) and link to it in Markdown. You can also upload to the Raneto files but that may get wiped by accident.

You can see an example of embedding an image in our own README.md file, here's a snippet

[![Raneto Logo](https://raw.githubusercontent.com/ryanlelek/Raneto/master/logo/logo_readme.png)](https://raneto.com/)

If you pick a service, link like above you should be good! You might have issues with something called "CORS" and that's more complicated. If so, try a different service. Some sites don't want other sites embedding images this way