farux / obsidian-auto-note-mover

This is a plugin for Obsidian (https://obsidian.md).
MIT License
290 stars 22 forks source link

Improve frontmatter field "AutoNoteMover: disabled" to make better use of new properties boolean true/false #58

Open DryIce1 opened 1 year ago

DryIce1 commented 1 year ago

Given the new properties boolean true/false, one can check on/off properties. This would work well to disable Auto Note Mover on the current file. I would suggest to update the property AutoNoteMover to something like AutoNoteMoverDisabled, which can be true/false. e.g. image

thank you