neonmodem
neonmodem copied to clipboard
Neon Modem Overdrive
Allow to press `n` in post view to create a new post in the current post's system/forum.
It should be possible to connect to the *Hacker News* system with a user, to create new posts and comment on existing ones. ## TODO - [ ] Figure out...
Allow to *print* a whole post (including replies), e.g. to a text file or even to a device (e.g. `/dev/lp`).
While the Bubble Tea `textarea` is great for quickly hacking in a response to a post, for more longform things it would be better to allow launching the external `$EDITOR`...
At some point it might make sense to implement a local cache of posts and replies to improve loading times over slow connections. TODO - [ ] #11 - [...
It makes sense to have a local storage for all sorts of data (state, cache, etc). Ideally it should be something super lightweight (lighter than sqlite3) that's at laest a...
Systems should check for replies on posts/replies and UI should notify about those. TODO - [ ] #11 - [ ] [Discourse] Implement [notifications API](https://docs.discourse.org/#tag/Notifications) - [ ] [Lemmy] TBD...
Systems should offer attachment uploads for new posts and replies, so that e.g. images will be uploaded and embedded/linked seamlessly. TODO - [ ] [Discourse] Implement [Uploads](https://docs.discourse.org/#tag/Uploads) API - [...
With a lot of content, on a large enough terminal, [viewport](https://github.com/charmbracelet/bubbles/tree/master/viewport) is hardly usable due to lag. With `RenderImages` turned on it becomes unusable. Find a way to improve performance...
It should be possible to connect to *Lobsters* systems with a user, to create new posts and comment on existing ones. ## TODO - [ ] Figure out how the...