From 226d74f7bd18bb9af584f963d36994fef5123868 Mon Sep 17 00:00:00 2001 From: Al0cam Date: Sat, 29 Nov 2025 11:29:31 +0100 Subject: [PATCH] fix: links not opening web pages --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8467855..f7bf093 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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. +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. @@ -19,11 +19,11 @@ Therefore, this plugin supports regex and regex groups to create the destination ## Documentation -- [UI Guide](docs/ui-guide.md) - Complete overview of the plugin interface and settings -- [Moving Rules](docs/moving-rules.md) - Filename-based rules with regex examples -- [Tag Rules](docs/tag-rules.md) - Filename-based rules with regex examples -- [Project Rules](docs/project-rules.md) - Organize files by project using frontmatter -- [Exclusion Rules](docs/exclusion-rules.md) - Protect specific files and folders +- [UI Guide](https://github.com/al0cam/AutoMover/blob/master/docs/ui-guide.md) - Complete overview of the plugin interface and settings +- [Moving Rules](https://github.com/al0cam/AutoMover/blob/master/docs/moving-rules.md) - Filename-based rules with regex examples +- [Tag Rules](https://github.com/al0cam/AutoMover/blob/master/docs/tag-rules.md) - Filename-based rules with regex examples +- [Project Rules](https://github.com/al0cam/AutoMover/blob/master/docs/project-rules.md) - Organize files by project using frontmatter +- [Exclusion Rules](https://github.com/al0cam/AutoMover/blob/master/docs/exclusion-rules.md) - Protect specific files and folders ## Quick Start