mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 12:00:30 +00:00
Why: Linear URLs were being rewritten inside existing wikilinks, and protected markdown segments were not treating linear:// URLs as URLs. That regressed helper compatibility and selection safety. What: - Skip raw URL replacement matches that fall inside wikilinks while keeping the helper direct and linear-aware. - Extend protected markdown URL segmentation to include linear://. - Add regression tests for raw replacement, segmentation, and selection formatting. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| github.ts | ||
| jira.ts | ||
| linear.ts | ||
| replace-urls.ts | ||
| url-formatting.ts | ||