X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Ftips-and-tricks.md;h=63dbde76263d40ceeffc9b88aaf4c3689b36cfee;hb=b3635ea460689abdfc4588bc6c5b1699cbc986ca;hp=f72f92b411b336a832642f8eece5851bed14b4f1;hpb=1bc75494cae6efd5a0fdff3195db110451bad2ec;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index f72f92b..63dbde7 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -21,25 +21,6 @@ The extension loads Homer in an iframe on your new tab page, meaning you have to target: '_top' ``` -## Use Homer as a custom "new tab" page -#### `by @vosdev` - -This [extension](https://addons.mozilla.org/firefox/addon/custom-new-tab-page) allows you to have your homer dashboard in your new tab page, while leaving focus on the address bar meaning you can still type right away if you want to search or go to a page that is not on your homer dash. - -The extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items. - -```yaml -- name: "Reddit" - logo: "assets/daily/reddit.png" - url: "https://reddit.com" - target: '_top' - -- name: "YouTube" - logo: "assets/daily/youtube.png" - url: "https://youtube.com" - target: '_top' -``` - ## YAML Anchors #### `by @JamiePhonic`