Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename provider should not modify link fragments #16

Open
bhsd-harry opened this issue Nov 20, 2024 · 1 comment
Open

Rename provider should not modify link fragments #16

bhsd-harry opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bhsd-harry
Copy link
Owner

bhsd-harry commented Nov 20, 2024

Example:

[[A]][[A#b]]
[[A]][[A#b]]

Proposed solution: If old and new targets contain different fragments, links with a different fragment will ignore this renaming.

A->B:

[[B]][[B#b]]
[[B]][[B#b]]

A->B#c:

[[B#c]][[A#b]]
[[B#c]][[A#b]]

A#b->B:

[[A]][[B]]
[[A]][[B]]

A#b->B#b:

[[B]][[B#b]]
[[B]][[B#b]]
@bhsd-harry bhsd-harry added the bug Something isn't working label Nov 20, 2024
@bhsd-harry bhsd-harry self-assigned this Nov 20, 2024
@bhsd-harry bhsd-harry added enhancement New feature or request and removed bug Something isn't working labels Nov 21, 2024
@bhsd-harry
Copy link
Owner Author

Link renaming is temporarily disabled in f02e002.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant