farux / obsidian-auto-note-mover

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

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

Open DryIce1 opened 11 months ago

DryIce1 commented 11 months 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