From 657841cb3f40c2dc80dceb2b922ef8a7c208b07b Mon Sep 17 00:00:00 2001 From: Al0cam Date: Wed, 12 Feb 2025 10:44:04 +0100 Subject: [PATCH] updating readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 394533b..8a945f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # AutoMover plugin +This plugin is used for designating folders in which your files will be moved automatically. +It seeks to be an alternative to the "https://github.com/farux/obsidian-auto-note-mover" plugin from farux. +The problem I had with that plugin was the lack of support for regex and regex groups in the destination paths. + +Therefore, this plugin supports regex and regex groups to create the destination paths unless they already exist. + + ## Releasing new releases - Update your `manifest.json` with your new version number, such as `1.0.1`, and the minimum Obsidian version required for your latest release.