X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Ftips-and-tricks.md;h=175c271c34fc6f020fd03ff7121a82c282816d41;hb=fbe9338fd3a78141110530055c9b90a5958f845f;hp=632b62dec6e4b79d651ed42eddcc0812790cb3f2;hpb=b24251110179b86e12d6823618777ef133738861;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index 632b62d..175c271 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -5,9 +5,9 @@ Here is a collection of neat tips and tricks that Homer users have come up with! ## 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. +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 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" @@ -74,7 +74,7 @@ Great if you have a lot of services or a lot of tags! Homer doesn't yet provide a way to edit your configuration from inside Homer itself, but that doesnt 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! +You can setup and use [Code-Server](https://github.com/cdr/code-server) to edit your `config.yml` file from anywhere! If you're running Homer in docker, you can setup a Code-Server container and pass your homer config directory into it. Simply pass your homer config directory as and extra -v parameter to your code-server container: