mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #125] [feat] 子文件夹创建 #90
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adra2n on GitHub (Apr 17, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/125
描述你的建议
选择文件夹后点击新建文件夹,在当前文件夹中增加子文件夹
@codexu commented on GitHub (Apr 18, 2025):
现在支持创建子文件夹,请问存在无法创建的情况?
@adra2n commented on GitHub (Apr 18, 2025):
创建子文件夹是需要点击右键创建,点击图标快捷创建,依然是创建的是上层文件夹,比如我点击选中了第一层文件夹后,点击上面的图标创建,创建的是他的同级文件夹,不是二级文件夹,右侧的目录功能我这一直出 bug,有时候写的文档保存不了,有时候出现创建文件和文件夹没有反应。
系统:Mac os
ps:找了好久的 note,一直用 Obsidian,但是没有临时的记录功能,记录和文档还是应该以写作为主
@codexu commented on GitHub (Apr 18, 2025):
昂,了解,在图标上点创建是根据当前选择的文件同级去创建文件夹,而文件夹是无法选择的。
文件管理这块存在不少 Bug,我需要花时间去重构,一开始没有设计好,导致现在非常混乱。