Open fredleger opened 2 months ago
You can use js regex described in this tag https://github.com/kirito41dd/obsidian-hugo-publish/releases/tag/1.0.6
yes but listing all patterns to ignore is tedious when you just want the sync to keep evrything ... IMHO the reverse logic is more suitable (list what you allow to be deleted). At least in my use case
use .*
to match all
Having to define patterns to avoid deleting files seems a tedious task. How about letting the user specify which one shoudl be deleted (so reversing the option) ?