alangrainger / obsidian-frontmatter-modified-date

Automatically update a frontmatter/YAML modified date field
MIT License
63 stars 10 forks source link

Exclude single files from updating #5

Closed ricir closed 1 year ago

ricir commented 1 year ago

I would like to be able to exclude a single file, for instance by adding a property in the YAML.

So far a workaround is to enclose all the files I do not want to update inside a specific folder ("No_update" for instance), however the option could be very useful.

alangrainger commented 1 year ago

Done, this is available in v1.2.4

Add exclude_modified_update to your frontmatter and give it a value. You can set it to be a Checkbox property type if you like.