kdnk_obsidian-automatic-linker/AGENTS.md
Kodai Nakamura 1490c1d39f feat: add frontmatter opt-out for URL titles
Why:
- Some notes need to keep raw URLs and avoid web title requests even when global URL title replacement is enabled.
- A per-note frontmatter flag gives users local control without disabling other automatic linking behavior.

What:
- Add automatic-linker-disable-url-title frontmatter detection.
- Skip URL title fetching and replacement when the flag is set on a note.
- Document the frontmatter option and add regression coverage for the helper and plugin flow.
- Record this repository's agent version-control instructions in AGENTS.md.
2026-06-21 23:22:35 +09:00

292 B

Agent Instructions

Version Control

  • Use git for version-control operations in this repository.
  • Do not access GitHub URLs directly. Use the gh CLI for GitHub operations.
  • When committing, use English Conventional Commit messages and include a clear description of Why and What.