自动列表的问题
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13k
- Forks
- 1.3k
- Avg merge
- 14h 3m
- Merged PRs (30d)
- 3
Description
OS Version (操作系统): Windows 10
VNote Version 2.5
Symptoms (表现):
开启了自动列表功能。
在输入了有序列表之后,换行可以自动添加有序列表的序号,这个功能很好用。
输入几个列表行后,想在中间插入一行,后面的列表序号不会跟着改变,比如:
原来是这样:
1. aaa
2. ccc
3. ddd
现在想在1行后插入一行bbb,就变成了
1. aaa
2. bbb
2. ccc
3. ddd
How to Repro (如何复现):
Contributor guide
No contributing guide indexed for this repository
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
No source file or test is named in the report. Reproduce the issue in VNote 2.5 on Windows 10 with automatic lists enabled, then locate the automatic-list handling for ordered Markdown lists. Done means inserting a list item causes following numbers to update correctly, with a regression test if the existing test structure allows it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, markdown
- Domain
- content, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100