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