detect file moves in sync

This commit is contained in:
phernandez
2025-01-13 23:01:39 -06:00
parent ef13b3b30a
commit dd7a9da3e4
6 changed files with 184 additions and 22 deletions
@@ -62,7 +62,6 @@ class LinkResolver():
return await self.entity_repository.get_by_permalink(best_match.permalink)
# TODO replace with search ranking
def _normalize_link_text(self, link_text: str) -> Tuple[str, Optional[str]]:
"""Normalize link text and extract alias if present.