1 个仓库
UI mechanisms that allow nested command prompts to temporarily suspend the current editing session.
Distinct from Text Editing Workflows: No candidate describes recursive command prompts that save and restore context; candidates focus on command pipelines or editing workflows.
Explore 1 awesome GitHub repository matching user interface & experience · Recursive Editing Interfaces. Refine with filters or upvote what's useful.
Emacs is an extensible real-time text editor that displays each character as it is typed across multiple windows and frames. It is fundamentally a scriptable editing environment, allowing users to write custom code that adds new commands or modifies behavior dynamically without restarting the editor. Beyond text editing, the editor includes an interactive help and manual browser that opens contextual documentation for any command or setting on demand, as well as a live configuration customization panel that applies adjustments to settings and themes instantly.
Allows nested minibuffer prompts that suspend the current editing context for complex interactive workflows.