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

Handle document-relative links to non-markdown files when CWD isn't the document's location #53

Merged
merged 4 commits into from
May 28, 2023

Conversation

davep
Copy link
Contributor

@davep davep commented May 28, 2023

See #52.

davep added 3 commits May 28, 2023 08:14
Before I was simply passing the path off the OS via webbrowser.open; in some
cases this seems to work fine, in others not. I think it makes more sense to
do the really sensible thing here and ensure the path is absolute and then
pass it as a file: URL.
@davep davep self-assigned this May 28, 2023
@davep davep added the bug Something isn't working label May 28, 2023
@davep davep merged commit f16b6d8 into main May 28, 2023
@davep davep deleted the bug/52/document-relative-files branch May 28, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to open relative images / resources when md file is not in current dir
1 participant