From 12ee31e2d6938e0c83bd603b1ccd163b38eb2202 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Fri, 28 Nov 2025 00:06:40 +0900 Subject: [PATCH] chore: update README with new feature details --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51f76e6..752b111 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ Automatic Linker Plugin automatically converts plain text file references into O - **Prevent Linking:** You can prevent specific files from being automatically linked from other files by adding `automatic-linker-prevent-linking: true` to the file's frontmatter. This is useful for private notes or files you don't want to appear in automatic links. +- **Remove Aliases in Directories:** + Specify directories where link aliases should be automatically removed. For example, if you configure `dir` as a target directory, the plugin will convert `[[dir/xxx|yyy]]` to `[[dir/xxx]]`. This applies to both auto-generated aliases (like `[[dir/file|file]]`) and frontmatter aliases. This is useful for keeping links clean in specific directories where you prefer full paths without aliases. + - **Month Note Ignorance:** File references that consist solely of one or two digits (e.g. `1`, `01`, `12`) are commonly used to denote month notes. The plugin automatically ignores these as candidates unless they are explicitly namespaced (e.g. `namespace/01`), preventing unwanted link conversion.