web components? yes

This commit is contained in:
Cade Scroggins
2022-07-24 19:01:52 -07:00
parent ccecf73781
commit 87eb9a7922
2 changed files with 562 additions and 1389 deletions
+20 -29
View File
@@ -5,46 +5,37 @@ is to have a browser homepage that is functional and sexy.
## Basic Usage ## Basic Usage
This is how you can use Tilde out of the box, but it’s To go to a site, type the corresponding key and press return. For example:
[meant to be customized](index.html).
- To go to a site, type the corresponding key and press return. - `t` will redirect you to [twitter.com](https://twitter.com/home).
- To view the available sites and their keys, type a question mark. - `p` will redirect you to [producthunt.com](https://www.producthunt.com).
- If your input doesn’t match a key, a generic Google search will be
triggered.
- To search a site, type a single quote after the site’s key, followed by
your query.
- To go to a specific path on a site, type the path after the site’s key.
### Examples ### Searching
- Entering `t` will redirect you to [twitter.com](https://twitter.com/home). To search a site, type a single quote after the site’s key followed by
- Entering `u` will redirect you to [unsplash.com](https://unsplash.com/images). your query. For example:
#### Searching - `g'tilde` will [search GitHub for tilde](https://github.com/search?q=tilde).
- `y'kittens` will
[search YouTube for kittens](https://www.youtube.com/results?search_query=kittens).
- Entering `anything` will If your input doesn’t match a key, a DuckDuckGo search will be triggered.
[search Google for anything](https://www.google.com/search?q=anything).
- Entering `g'tilde` will
[search GitHub for tilde](https://github.com/search?q=tilde).
- Entering `y'vox` will
[search YouTube for vox](https://www.youtube.com/results?search_query=vox).
#### Specific Paths ### Specific Paths
- Entering `r/r/startpages` will redirect you to To go to a specific path on a site, type the path after the site’s key.
For example:
- `r/r/startpages` will redirect you to
[r/startpages](https://www.reddit.com/r/startpages). [r/startpages](https://www.reddit.com/r/startpages).
- Entering `h/popular` will redirect you to - `h/popular` will redirect you to
[hypem.com/popular](http://hypem.com/popular). [hypem.com/popular](http://hypem.com/popular).
#### Other Sites ### Beyond
- Entering `stallman.org` will redirect you to This is how you can use Tilde out of the box, but it’s meant to be
[stallman.org](http://stallman.org/). customized. [Make it yours!](index.html)
- Entering `https://xvvvyz.xyz` will redirect you to
[xvvvyz.xyz](https://xvvvyz.xyz).
## License ## License
Thank you for reading! Feel free to use and modify Tilde Use and modify Tilde [as you see fit](UNLICENSE).
[as you see fit](UNLICENSE).
+533 -1351
View File
File diff suppressed because it is too large Load Diff