chore: update README with new feature details

This commit is contained in:
Kodai Nakamura 2025-11-28 00:06:40 +09:00
parent 9ab9cc5679
commit 12ee31e2d6

View file

@ -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.