Idea
Right now, to add images to a comment or post, you'd have to add it somewhere on your public page and then do like [image](https://moontowercomputer.club/~<username>/<path to image>/img.png) or something.
That could be automated.
Front-end Changes
I think this could be totally front end.
Add an "Upload" button that allows you to upload a variety of files to your ~/public/towertalk/uploads/ without having to do it manually.
Then in your markdown you just do [file](https://moontowercomputer.club/~<username>/towertalk/uploads/<filename>
Is it the Best?
It's still not as simple as like Reddit or something that manages that for you, but I don't think it needs to be. Just a way to put files in a known, public location on the system without CLI is all we need
Idea
Right now, to add images to a comment or post, you'd have to add it somewhere on your public page and then do like
[image](https://moontowercomputer.club/~<username>/<path to image>/img.png)or something.That could be automated.
Front-end Changes
I think this could be totally front end.
Add an "Upload" button that allows you to upload a variety of files to your
~/public/towertalk/uploads/without having to do it manually.Then in your markdown you just do
[file](https://moontowercomputer.club/~<username>/towertalk/uploads/<filename>Is it the Best?
It's still not as simple as like Reddit or something that manages that for you, but I don't think it needs to be. Just a way to put files in a known, public location on the system without CLI is all we need