MeanderingProgrammer / MeanderingProgrammer/render-markdown.nvim
feature: Alternating background in rendered table rows
还没有人认领这个 Issue。
- 主要语言
- Lua
- 星标
- 5.1k
- 派生
- 141
- PR 合并指标
- 30 天内没有已合并 PR
描述
Is your feature request related to a problem? Please describe.
I'm loving the plugin overall and the only missing part for me is that table rows are a little hard to visually parse for me
Describe the solution you'd like
I know that adding horizontal lines between rows is not acceptable https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/295 but as an alternative I'd like to propose ability to set alternating background color for the table rows.
I'd be willing to try to implement this feature with minimal guidance where should I look in the code.
Describe alternatives you've considered
currently I'm rendering the markdown in the browser when looking into the tables which is not ideal ;)
Additional information
No response
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位负责渲染表格行的代码,以及表格现有的配置或高亮处理。检查如何根据行的位置确定其背景,并找出任何相关测试。当用户可以配置交替的行背景而无需添加水平线时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- lua
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100