xvvvyz / tilde

Minimal browser startpage.
https://tilde.xvvvyz.xyz
The Unlicense
824 stars 266 forks source link

How do I use this startpage? #30

Closed AbhayAysola closed 2 years ago

AbhayAysola commented 2 years ago

I can't figure out how to set firefox to use a html file as the new tab.

psynyde commented 2 years ago

I can't figure out how to set firefox to use a html file as the new tab.

You need to host it online (github preview/ netlify are two good free options) thn add the website as homepage using settings>home & for new tabs you need to use new tab override extension.. maybe there's other ways but I only know this one apparently 😿

AbhayAysola commented 2 years ago

I just downloaded the repo locally and set the homepage to the local file url, but it doesn't work with the new tab override extension. Guess hosting is the only way for a new tab

xvvvyz commented 2 years ago

Personally, I just keep it as my homepage and have links open in new tabs. Tilde is always my first tab so I can easily get to it with command + 1 on macOS.

grtcdr commented 2 years ago

I just downloaded the repo locally and set the homepage to the local file url, but it doesn't work with the new tab override extension. Guess hosting is the only way for a new tab

You could always create an extension for it, extensions have a manifest.json where they declare to the browser what kind of areas they want to use such as the new tab area.

See mozilla's web-ext for more information.

xvvvyz commented 2 years ago

Closing this due to inactivity.