Skip to content

feat: make markdown_live vertical_overflow configurable#779

Open
wangengzheng wants to merge 3 commits into
TheR1D:mainfrom
wangengzheng:feature-vertical_overflow-configurable
Open

feat: make markdown_live vertical_overflow configurable#779
wangengzheng wants to merge 3 commits into
TheR1D:mainfrom
wangengzheng:feature-vertical_overflow-configurable

Conversation

@wangengzheng

Copy link
Copy Markdown

Add MARKDOWN_LIVE_VERTICAL_OVERFLOW config option to control how Rich's Live display handles content overflow in markdown rendering.

  • New config: MARKDOWN_LIVE_VERTICAL_OVERFLOW (default: ellipsis)
  • Supports values: ellipsis, visible, crop
  • Backward compatible - default behavior unchanged
  • Configurable via .sgptrc or environment variable

Closes #778

I wrote it through shell_gpt vibe coding

james.z added 3 commits June 11, 2026 08:04
Add MARKDOWN_LIVE_VERTICAL_OVERFLOW config option to control how
Rich's Live display handles content overflow in markdown rendering.

- New config: MARKDOWN_LIVE_VERTICAL_OVERFLOW (default: ellipsis)
- Supports values: ellipsis, visible, crop
- Backward compatible - default behavior unchanged
- Configurable via .sgptrc or environment variable

Closes TheR1D#778

我是来事shell_gpt vibe coding的
…ure the complete output is always rendered when streaming finishes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Make markdown_live vertical_overflow Configurable

1 participant