Skip to content

Releases: chenfeicqq/obsidian-attachment-manager

1.2.2

18 Oct 13:54
Compare
Choose a tag to compare

问题修复:

  • 附件文件夹使用 ${notename} 变量时,修复附件文件夹的隐藏/透明失效问题。#11

Bufix:

  • Fixed hide/aero failure of attachment folder when 'Attachment Folder' uses ${notename} variable. #11

1.2.1

16 Oct 14:27
Compare
Choose a tag to compare

问题修复:

  • 提升 Windows 系统兼容性。#7

Bufix:

  • Improve Windows OS compatibility. #7

1.2.0

14 Oct 07:15
Compare
Choose a tag to compare

新增:

  • 配置“附件文件夹”支持 ${notename} 变量,notename 不包含笔记文件的后缀(如 .md.canvas#6

使用 notename 可能会导致 附件文件夹 冲突的情况,比如 “笔记.md” 和 “笔记.canvas” 的 notename 都是 “笔记”。自动重命名和删除附件文件夹会产生问题。

New:

  • The 'Attachment Folder' setting support variable ${notename}, 'notename' exclude suffixes for note files (e.g., .md, .canvas) #6

Using a 'notename' may cause conflicts in 'Attachment Folder', such as the notename for 'note.md' and 'note.canvas' are both 'note'. Automatically renaming and deleting 'Attachment Folder' can cause problems.

1.1.3

13 Oct 11:32
Compare
Choose a tag to compare

问题修复:

  • 笔记内包含多个远程图片,并发下载时文件名冲突导致只有一个保存成本,其他会保存失败。#8

Bufix:

  • When note contains multiple remote images, only first image save success, others save fail. #8

1.1.2

11 Oct 15:55
Compare
Choose a tag to compare

问题修复:

  • 下载远程图片至本地时,如果图片存放目录不存在自动创建目录,避免图片保存失败。#2

Bufix:

  • When downloading remote images to local, if the folder not exist, automatically create folder to avoid images saving failure. #2

1.1.1

10 Oct 14:28
Compare
Choose a tag to compare

问题修复:

  1. 附件文件夹为多级时,修复不会自动重命名问题 #5
  2. New link format 设置优化:当前配置为 relative(相对路径) 或 shortest(最短路径)时,启动不修改 #4

Bufix:

  1. Fix not auto rename issue when attachment folder is multi-level #5
  2. New link format setting optimization: when current configuration is relative or shortest, start without modifying #4

1.1.0

02 Sep 11:07
Compare
Choose a tag to compare

新增:

  • 下载笔记中远程图片至本地

New:

  • Download note's remote image to attachment folder

1.0.0

20 Aug 04:08
Compare
Choose a tag to compare
1. 生成模式去掉 console.log; 2. innerHTML 改为 setText(); 3. 删除main.js; 4. ma…

…nifest 插件描述中去除插件名称