mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 12:00:30 +00:00
chore: update README with new feature details
This commit is contained in:
parent
9ab9cc5679
commit
12ee31e2d6
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue