feoblog
feoblog copied to clipboard
A distributed, cryptographically-verifiable blog / social network
I wrote in the v0.1.0 README.md: > Reblogging [is an unplanned feature]. I [believe] there should be a higher barrier to sharing others' content. You'll need to comment, post, or...
Add a freeform "extensions" field in the `Item` type so that third-party apps can add additional (meta)data to Items in an easily discoverable way. --- There's nothing stopping someone from...
This ticket is an "epic" encompassing work we'll probably break up into separate smaller tickets. Users should be able to embed some content into their posts. For example: * Video...
A lot of systems nowadays allow you to "paste over" some text with a link to hyperlink it. Would be handy if the markdown editor for posts/comments would let you...
FeoBlog should include a robots.txt Immediately after sharing a link to a live server for the first time, it got hit by several bots, and they generally requested a `robots.txt`....
Sometimes attachments fail to get uploaded. (Ex: from [feotweet].) It's a bit of a PITA to manually `curl` the attachment to the correct location. Would be handy if there was...
Right now, user administration is performed via the CLI. That's not terrible for a server run by a programmer for a few of his friends. But others might prefer a...
- [x] Save the user's feed position as they scroll, so that navigating away from the page and back will bring them back to the same spot. - [x] Allow...
Use the keyboard to navigate through items in the client. ex: j/k for next/previous items.