neonmodem icon indicating copy to clipboard operation
neonmodem copied to clipboard

Neon Modem Overdrive

Results 31 neonmodem issues
Sort by recently updated
recently updated
newest added

Allow to press `n` in post view to create a new post in the current post's system/forum.

enhancement
good first issue

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...

enhancement

Allow to *print* a whole post (including replies), e.g. to a text file or even to a device (e.g. `/dev/lp`).

enhancement
good first issue

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`...

enhancement
good first issue

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 - [...

enhancement

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...

enhancement

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...

enhancement

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 - [...

enhancement

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...

enhancement

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...

enhancement