建议:增加一个自动根据链接创建md文件的功能
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, Linux, macOS
VNote Version (Help - About VNote - Version: )(VNote版本): 2.2, d78e892d5cc etc..
建议:
在编辑窗口新建一个md的链接如:[aa](bb/aa.md),退出编辑模式后点击链接,自动在bb目录下新建一个aa.md。
- 如果没有bb文件夹就自动新建一个文件夹,在vnote目录中也添加一个;
- 如果已经aa.md就打开该文件;
- 如果不是md后缀名,就尝试打开该文件;
- 如打开文件失败,则弹出错误提示。
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
Start by tracing how the editor handles clicked Markdown links and how VNote creates or opens note files and directories. Done means relative .md links create missing folders and files, existing files open, non-Markdown links are attempted, and failures show an error message.
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
- 35/100