vnotex / vnotex/vnote

ahk实现导入同一目录底下任意文件的功能

Open
#768 2 comments 0 reactions 0 assignees View on GitHub

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..

Symptoms (表现):

How to Repro (如何复现):

#NoEnv
#IfWinActive,ahk_class Qt5QWindowIcon
F4::
send,^c
sleep,100
start_pos:=InStr(clipboard,"[")
end_pos:=InStr(clipboard,"]")
folder_path:=SubStr(clipboard, start_pos+2, end_pos-start_pos-3)
StringReplace, folder_path, folder_path, /, \, All
clipboard=%folder_path%
send,!f
send,n
send,^a
send,^v
sleep,10
send,{Enter}
return

这样就实现了许多人希望添加的功能了。
不过,它不能导入文件夹,因为vnote内置不支持导入文件夹。这样还是有点局限性。

这个还是很有用处的。比如tex文件夹底下,你可以导入.tex文件以及.pdf文件,其他文件就隐藏,不显示了。这样方便打开所需要的文件。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file, test, or entry point is named. Start by locating VNote's existing file-import flow and determine how it handles folders and file visibility. Done means importing supported files from the same directory while leaving other files hidden or excluded.

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
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.