需求:批量创建目录,批量创建文件功能
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13k
- Forks
- 1.3k
- Avg merge
- 14h 3m
- Merged PRs (30d)
- 3
Description
背景
比如我需要写一个手册,很多章节我都是已知的,目录也好, 文件也好,都已经拟好了, 但是在Vnote上创建目录或者文件时,要一个个创建,比较烦人的是创建目录时,每次都要注意父节点
建议:
- 在创建目录时,可以通过使用“|”分隔符,一次创建多个目录
- 在创建文件时,可以使用“|”分隔符,一次创建多个文件
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 names no files or tests. Start by locating the existing create-directory and create-file entry points, then inspect how the current parent node is selected. Done means both creation flows accept |-separated names and create all requested directories or files under the intended parent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100