From 37fc2a22418577c681bceb7e644ebf6bc9fa189e Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Thu, 14 Jan 2021 10:30:46 -0500
Subject: agenda-html: Add resources for new tab page

---
 content/posts/org-agenda-new-tab/index.org | 13 +++++++++++++
 1 file changed, 13 insertions(+)

(limited to 'content')

diff --git a/content/posts/org-agenda-new-tab/index.org b/content/posts/org-agenda-new-tab/index.org
index 0da4472..ea027a0 100644
--- a/content/posts/org-agenda-new-tab/index.org
+++ b/content/posts/org-agenda-new-tab/index.org
@@ -82,6 +82,19 @@ minutes, using this line.
 */15 * * * * /root/agenda-html/agenda-html.sh
 #+end_src
 
+To set my new tab page to this agenda, I use an extension for my
+browsers. [[https://chrome.google.com/webstore/detail/custom-new-tab-url/mmjbdbjnoablegbkcklggeknkfcjkjia][This]] extension can be used to set the new tab page in
+Chrome, and [[https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/][this]] one can be used for Firefox.
+
+To ensure I never get bothered by the basic auth dialog when setting
+my agenda as my new tab page, I save the username and password as part
+of the URL when setting it.
+
+#+begin_src
+https://username:password@example.com/agenda/agenda.html
+#+end_src
+
+
 Now every 15 minutes the latest version of my org files are pulled
 from my Nextcloud storage and exported as an HTML file, which I can
 view from any device. I'm also able to set as the new tab page in my
-- 
cgit v1.2.3