dy-sh / obsidian-consistent-attachments-and-links

Obsidian plugin. Move note with attachments.
MIT License
242 stars 26 forks source link

Need move attachments to subfolders #88

Closed itoldusoandso closed 4 months ago

itoldusoandso commented 6 months ago

Would be great to be able to move attachments e.g. “Agreement123” inside .attachments folder in a subfolder there called “Contracts”?

Example:

The note would be saved here:

Vault > Legal > ... note name "Contracts"

I want attachments to be saved here:

Vault > Legal > .attachments > Contracts > ..... here comes attachment "Agreement123".

Thanks.

mnaoumov commented 4 months ago

@itoldusoandso

  1. Using dot-folders .attachments is a bad idea, because Obsidian doesn't track changes to such folders.
  2. Your scenario is covered via Attachment Subfolder setting set to ./.attachments/${filename}