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

Fix case insensitive navigation #8

Merged

Conversation

FabianUntermoser
Copy link
Owner

Navigation is now supported for B.md => b.md

Previously this didn't work because `workspace.openLinkText('b.md')`
does not consider the case for relative links and would need the
absolute path to be able to navigate correctly
@FabianUntermoser FabianUntermoser linked an issue Feb 4, 2024 that may be closed by this pull request
@FabianUntermoser FabianUntermoser merged commit 34192d9 into master Feb 4, 2024
1 check passed
@FabianUntermoser FabianUntermoser deleted the 7-move-through-files-in-case-insensitive-order branch June 19, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move through files in case-insensitive order
1 participant