mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #536] [CLOSED] IGNORE: Critique - Markdown Renderable + Word Diff Highlights #1384
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/536
Author: @remorses
Created: 1/16/2026
Status: ❌ Closed
Base:
main← Head:critique📝 Commits (10+)
ec432caadd word highlightsc0ceee1test: add word highlight tests85e2afdformat45884fefix: use Bun.stringWidth for multi-width character support in word highlightsebfc48cfix: correct line counts in example diff hunk headera5a9136update react exampled663823rename showWordHighlights to disableWordHighlights117e470chore: remove verbose comments1c2e986refactor: simplify word highlights code6cc3958fix: revert unrelated simplifications to split view forEach loops📊 Changes
4 files changed (+681 additions, -84 deletions)
View changed files
📝
packages/core/src/renderables/Diff.test.ts(+209 -2)📝
packages/core/src/renderables/Diff.ts(+360 -79)📝
packages/core/src/renderables/LineNumberRenderable.ts(+103 -1)📝
packages/react/examples/diff.tsx(+9 -2)📄 Description
Combines markdown-renderable and word-highlights branches for critique feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.