From 2662b1704930eff56a61194a6796d463df687889 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sun, 25 Oct 2020 21:12:37 -0700 Subject: chore: applies spell-check against entire repo (aspell) --- docs/tips-and-tricks.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/tips-and-tricks.md') diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index 175c271..9f35987 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -7,7 +7,7 @@ Here is a collection of neat tips and tricks that Homer users have come up with! These extensions for [Firefox](https://addons.mozilla.org/firefox/addon/custom-new-tab-page) and [Chrome & Friends](https://chrome.google.com/webstore/detail/new-tab-changer/occbjkhimchkolibngmcefpjlbknggfh) allow 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 firefox extension loads Homer in an iframe on your new tab page, meaning you have to add `target: '_top'` to each of your items. +The Firefox 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" @@ -24,7 +24,7 @@ The firefox extension loads Homer in an iframe on your new tab page, meaning you ## YAML Anchors #### `by @JamiePhonic` -Since Homer is configured using YAML, it supports all of YAML's helpful fetaures, such as anchoring! +Since Homer is configured using YAML, it supports all of YAML's helpful features, such as anchoring! For example, you can define tags and tag styles for each "item" in a service. Using Anchoring, you can define all your tags and their styles once like this: (for example) @@ -66,13 +66,13 @@ Then when Homer reads your config, it will substitute your anchors automatically target: "_blank" # optional html tag target attribute ``` -The end result is that if you want to update the name or style of any perticular tag, just update it once, in the tags section! +The end result is that if you want to update the name or style of any particular tag, just update it once, in the tags section! Great if you have a lot of services or a lot of tags! ## Remotely edit your config with Code Server #### `by @JamiePhonic` -Homer doesn't yet provide a way to edit your configuration from inside Homer itself, but that doesnt mean it cant be done! +Homer doesn't yet provide a way to edit your configuration from inside Homer itself, but that doesn't mean it cant be done! You can setup and use [Code-Server](https://github.com/cdr/code-server) to edit your `config.yml` file from anywhere! @@ -123,4 +123,4 @@ So, using [Node-Red](https://nodered.org/docs/getting-started/) and a quick flow To get started, simply import [this flow](https://flows.nodered.org/flow/4b6406c9a684c26ace0430dd1826e95d) into your Node-Red instance and change the RSS feed in the "Get News RSS Feed" node to one of your choosing! -So far, the flow has been tested with BBC News and Sky News, however it should be easy to modify the flow to work with other RSS feeds if they dont work out of the box! +So far, the flow has been tested with BBC News and Sky News, however it should be easy to modify the flow to work with other RSS feeds if they don't work out of the box! -- cgit v1.2.3