What I'm Trying to Do
I'm using bulletty and would like to edit the content of the currently‑selected article with my favorite text editor (e.g., neovim, emacs, vim).
What I've Tried
- Scanning the README and key‑binding help screens. I can't find any command that launches an editor.
- Looking through the source code for an "open‑editor" or similar function.
My Question
- Is there an existing key‑binding or command that opens the selected post in an external editor?
- If not, could a feature be added (e.g.,
e) that spawns $EDITOR (or a configurable editor) with the article's content in the reader-screen?
Why This Would Be Useful
- Makes quick edits or annotations possible without leaving the TUI.
- Aligns with typical RSS‑reader workflows where users want to tidy up notes or add comments.
- We can script over the editor layer, e.g. Neovim Commands + My Second Brain in another tab + Agent Split to apply custom prompts to get transcriptions, summary, key points...
What I'm Trying to Do
I'm using
bullettyand would like to edit the content of the currently‑selected article with my favorite text editor (e.g.,neovim,emacs,vim).What I've Tried
My Question
e) that spawns$EDITOR(or a configurable editor) with the article's content in the reader-screen?Why This Would Be Useful