kdnk_obsidian-automatic-linker/src/utils
Kodai Nakamura f9d5291e3d fix(candidate-scanner): honor ignored table rows
Why:

AI ambiguity scanning still inspected Markdown table rows when ignoreMarkdownTables was enabled, while replacement skipped those rows through centralized Markdown segmentation. That kept scanner and renderer semantics from fully matching.

What:

Route candidate occurrence scanning through segmentMarkdown protection, move table-row detection into the Markdown segment module, and add regressions for unlinked candidates, existing wikilinks, and AI requests inside ignored table rows.
2026-06-22 04:16:02 +09:00
..
__tests__ fix(candidate-scanner): honor ignored table rows 2026-06-22 04:16:02 +09:00
ai-client.ts fix: resolve lint and formatting errors in AI Link Enhancer implementation 2026-04-06 23:19:38 +09:00
resolve-ambiguities.ts fix(replace-links): share candidate scan semantics 2026-06-22 04:07:36 +09:00