diff options
-rw-r--r-- | content/posts/org-agenda-new-tab/index.org | 13 |
1 files changed, 13 insertions, 0 deletions
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 |