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

Vimari will not open a new tab with "t" if openTabUrl #279

Open
m0ric3 opened this issue Nov 2, 2022 · 2 comments
Open

Vimari will not open a new tab with "t" if openTabUrl #279

m0ric3 opened this issue Nov 2, 2022 · 2 comments

Comments

@m0ric3
Copy link

m0ric3 commented Nov 2, 2022

Vimari will not open a new tab with "t" if the openTabUrl is set to a local file i.e. "file:///Users/smaug/homepage.html"

image

Contents of said file are:

<!DOCTYPE html>
<html style="background:#333;">
<head>
    <title>New Tab</title>
</head>
</html>
@Jaxx4Fun
Copy link

Jaxx4Fun commented Dec 4, 2022

not sure if you typed the right URL, for I see three slashes.
file:///

@m0ric3
Copy link
Author

m0ric3 commented Jan 9, 2023

Hi @Jaxx4Fun, thanks for taking a look at the issue. The URL is correct. When I point my browser to that URL it correctly fetches and displays the local html file.

I'm giving it an absolute path starting at root '/'

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

No branches or pull requests

2 participants