obsidian-filename-heading-sync
obsidian-filename-heading-sync copied to clipboard
Exclusions
I have two folders that I want to exclude but it does not seem I can enter multiple regex patterns, unless I a mistaken. Would it be possible to add a way to easily exclude folders and/or additional regex patterns?
Thanks!
You can handle that with the regex OR operator, like .*(File1|File2).*
:
https://www.regexpal.com/?fam=121813
RegEx is powerful enough that one expression can match multiple very detailed targets
https://www.regexpal.com/?fam=121813
Excellent example. Thank you, dvcrn