mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #151] [feat] 自定义图片目录 #114
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#114
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 @Ceere on GitHub (Apr 25, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/151
描述你的建议
我在使用typora的时候,指定了image存放在指定目录中,当我使用notegen重新打开md文件时,无法正确加载文件,可以增加手动指定图片目录的功能吗
@codexu commented on GitHub (Apr 25, 2025):
暂时还不支持图片指定目录,可以将图片复制到指定目录,例如 mac:/Users/xu/Library/Application Support/com.codexu.NoteGen/image 目录下,未来考虑增加导入图片功能,直接修改图片存放目录可能会导致其他依赖图片功能的地方发生错误。
@jagger235711 commented on GitHub (Apr 27, 2025):
同时希望增加自定义笔记仓库和图片仓库的功能
@codexu commented on GitHub (Jul 1, 2025):
现在可以在文件管理中设置资源路径,默认为 assets,并且支持相对路径引入图片。