建议增强的小功能
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13k
- Forks
- 1.3k
- Avg merge
- 14h 3m
- Merged PRs (30d)
- 3
Description
- 有序符号或无序符号的快捷键。
这个看起来是没用的,在一行前输入一下即可,但是多行的时候非常有用,如下,要想用菜单或快捷键一下将选中6行加一个无序的点。

- 下级的符号编号默认不应该与上级相同
在有序列表的下一行,按下TAB键,出现的编号还是从1开始,而不是1.1或1),这样看起来非常不直观。
- 附件文件夹下不要有子文件夹,
添加一个附件后不会直接添加到附件文件夹中,而是在里边有创建了一个子文件夹,考虑到一个页面不可能有成百上千的附件,所以没有必要加一层文件夹。
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
The issue describes three separate editor requests: multi-line ordered or unordered list shortcuts, nested-list numbering, and flatter attachment storage. No source files, tests, or entry points are named, so first separate the requests and locate the relevant editor and attachment-handling areas. Done means each requested behavior is implemented and verified for the examples described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, markdown
- Domain
- content, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100