v1.1.0: Key Palette & Comment Toggle
Hey everyone! Just shipped v1.1 of Prosaic, the distraction-free terminal writing app.
[Feat] Ctrl+k comment toggle: Quickly comment/uncomment lines using markdown-style [text]: # syntax. Perfect for hiding notes-to-self that won't render.
[Feat] Key palette (Ctrl + p): See all available keybindings at a glance. No more guessing what shortcuts exist when you are editing a file or navigating a pane.
[Fix] Consistent escape behavior: Esc and Ctrl+q now close layers in the right order
[Feat] F1 for help everywhere: Quick reference accessible from any screen.
Several other under the hood improvements are a part of this larger version bump as well.
Changelog available on the GitHub Releases page.
You can try it out now with,
pipx install prosaic-appAnd if you already had the app, you could always do:
pipx install prosaic-app --forceYour configuration should automatically be parsed and migrate over.



Replies