qawatake / obsidian-binary-file-manager-plugin

An Obsidian plugin to manage binary files
MIT License
63 stars 11 forks source link

Add specifying parent folder for binary files #8

Open matthewturk opened 1 year ago

matthewturk commented 1 year ago

This addresses #6 by adding a new setting for which folder to watch for new binary files. When new files are detected, they are compared against the setting, and if the string paths match, the metadata file creation is triggered.

I didn't bump any versions or anything, and if there are changes that would help the patch I'm more than happy to make them!