aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-06-13 16:24:26 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-06-13 16:24:26 -0700
commitb3635ea460689abdfc4588bc6c5b1699cbc986ca (patch)
tree72ac55140c3bc62eae854e6fc65704f099af5741
parent1bc75494cae6efd5a0fdff3195db110451bad2ec (diff)
downloadhomer-b3635ea460689abdfc4588bc6c5b1699cbc986ca.tar.gz
homer-b3635ea460689abdfc4588bc6c5b1699cbc986ca.tar.zst
homer-b3635ea460689abdfc4588bc6c5b1699cbc986ca.zip
remove duplicated part
-rw-r--r--docs/tips-and-tricks.md19
1 files changed, 0 insertions, 19 deletions
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
21 target: '_top' 21 target: '_top'
22``` 22```
23 23
24## Use Homer as a custom "new tab" page
25#### `by @vosdev`
26
27This [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.
28
29The extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items.
30
31```yaml
32- name: "Reddit"
33 logo: "assets/daily/reddit.png"
34 url: "https://reddit.com"
35 target: '_top'
36
37- name: "YouTube"
38 logo: "assets/daily/youtube.png"
39 url: "https://youtube.com"
40 target: '_top'
41```
42
43## YAML Anchors 24## YAML Anchors
44#### `by @JamiePhonic` 25#### `by @JamiePhonic`
45 26