-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
add syntax for external file with relative path #1039
Comments
Already doable! The |
Sorry I wasn't clear that I was looking for a syntax that is opened with xdg-open. |
The |
Or just add a an event like "hop-link-external" together with a keybinding, so that the users can open in either way they want. |
Issues
Feature description
Currently one can specify an external file with `{file:///absolute/path}', but URI with file scheme can only represent an absolute path.
It would be nice if one can specify an external file with relative path as well, for example `{./relative/path/text.docx}'.
Help
Yes
Implementation help
No response
The text was updated successfully, but these errors were encountered: