mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
Why: - The selection command regressed by inheriting document-level URL formatting from the shared body formatter. - That changed user-visible output for selected text containing GitHub, Jira, or Linear URLs. What: - Added a selection-only formatter that projects link replacement settings and calls `replaceLinks(...)` directly. - Switched `mofifyLinksSelection()` to the new helper so document formatting stays unchanged. - Added regression coverage for selection-only behavior and documented the fix in the task report. |
||
|---|---|---|
| .. | ||
| __mocks__ | ||
| __tests__ | ||
| exclude-links | ||
| remove-minimal-indent | ||
| replace-links | ||
| replace-url-with-title | ||
| replace-urls | ||
| settings | ||
| utils | ||
| formatting-run.ts | ||
| frontmatter-utils.ts | ||
| main.ts | ||
| path-and-aliases.types.ts | ||
| plugin-compat.ts | ||
| trie.ts | ||
| update-editor.ts | ||