trganda / obsidian-attachment-management

Attachment Management of Obsidian
MIT License
144 stars 8 forks source link

feat: Add override setting #3

Closed trganda closed 1 year ago

trganda commented 1 year ago

This pull request implemented the feature that mentioned by issues [FR] Different settings for different folder.

Overriding Setting

Your can set the attachment path setting for file or folder. The priority of these setting are:

file setting > most close parent folder setting > global setting

If you want to reset the setting of files or folder to the global setting, use the command Reset Override Setting or the Reset button of override setting panel. By the way, the reset will only working on each file or folder that you have set on. The more appropriate method to handle the reset will be add in future.

Usage

image

And reset the setting of notes file or folder by

image

Mara-Li commented 1 year ago

See my comments in #1