Tencent / Tencent/cherry-markdown
表格增加快捷删除行列功能,增加拖动列宽功能
Open
Nobody has claimed this yet.
🚀enhancement
- Dominant language
- JavaScript
- Stars
- 4.9k
- Forks
- 572
- Avg merge
- 17h 5m
- Merged PRs (30d)
- 14
Description
Prerequisites
- There isn't an existing issue that requests the same feature, to avoid duplicates.
Clear and concise description of the problem
表格增加【删除行列】的快捷操作
拖动列宽的快捷功能,这个ui交互感觉不太好做。。。。
而且似乎markdown的语法那边不知道该如何搞
直接加html的话貌似不优雅,如果用扩展语法的话, 对GPT又不太友好
| Header | <div style="width:290px">这个很宽</div> | Header |
Suggested solution
No response
Further Information
No response
Contributing
None
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; start by locating the existing table editing and Markdown table handling entry points. Clarify the intended shortcut behavior, column-width interaction, and Markdown representation with maintainers, then define completion around deleting rows or columns and resizing columns without breaking table editing or rendering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100