mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 12:00:30 +00:00
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.
292 B
292 B
Agent Instructions
Version Control
- Use
gitfor version-control operations in this repository. - Do not access GitHub URLs directly. Use the
ghCLI for GitHub operations. - When committing, use English Conventional Commit messages and include a clear description of Why and What.